To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 앉렻샴z앉렻샴zB | 111011001001010110001001111010111010000010111011111011001000001110110100011110101110110010010101100010011110101110100000101110111110110010000011101101000111101001000010 | ec9589eba0bbec83b47aec9589eba0bbec83b47a42 |
UHC | 앉렻샴z앉렻샴zB | 101111101100100110001110110000111011110010100100011110101011111011001001100011101100001110111100101001000111101001000010 | bec98ec3bca47abec98ec3bca47a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)