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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | 辜潔勧FB | 1110011110000011100011001000100110001010101010010100011001000010 | e7838c898aa94642 |
EUC-JP | 辜潔勧FB | 1110110111100011101101111110100110110100101010110100011001000010 | ede3b7e9b4ab4642 |
UTF-8 | 辜潔勧FB | 1110100010111110100111001110011010111101100101001110010110001011101001110100011001000010 | e8be9ce6bd94e58ba74642 |
UHC | 辜潔?FB | 11001101110100001100110010111110001111110100011001000010 | cdd0ccbe3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)