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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????造 | 0011111100111111001111110011111100111111001111111001000110100010 | 3f3f3f3f3f3f91a2 |
EUC-JP | ??????造 | 0011111100111111001111110011111100111111001111111100001010100100 | 3f3f3f3f3f3fc2a4 |
UTF-8 | 렯롔렯롙렯렻造 | 111010111010000010101111111010111010000110010100111010111010000010101111111010111010000110011001111010111010000010101111111010111010000010111011111010011000000010100000 | eba0afeba194eba0afeba199eba0afeba0bbe980a0 |
UHC | 렯롔렯롙렯렻造 | 1000111010111100100011101101100010001110101111001000111011011101100011101011110010001110110000111111000011100011 | 8ebc8ed88ebc8edd8ebc8ec3f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)