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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????彧 | 00111111001111110011111100111111001111111111101010111001 | 3f3f3f3f3ffab9 |
EUC-JP | ?????彧 | 0011111100111111001111110011111100111111100011111011110011111110 | 3f3f3f3f3f8fbcfe |
UTF-8 | 렯렱렯렧렱彧 | 111010111010000010101111111010111010000010110001111010111010000010101111111010111010000010100111111010111010000010110001111001011011110110100111 | eba0afeba0b1eba0afeba0a7eba0b1e5bda7 |
UHC | 렯렱렯렧렱彧 | 100011101011110010001110101111101000111010111100100011101011011010001110101111101110100111101110 | 8ebc8ebe8ebc8eb68ebee9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)