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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?貊? | 00111111111001101011101100111111 | 3fe6bb3f |
EUC-JP | 洧貊? | 100011111100011110110100111011001011110100111111 | 8fc7b4ecbd3f |
UTF-8 | 洧貊밥 | 111001101011010010100111111010001011001010001010111010111011000010100101 | e6b4a7e8b28aebb0a5 |
UHC | 洧貊밥 | 111010101111101111011000111001111011100111100100 | eafbd8e7b9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)