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 | 豺。謳 | 1110011010110111101000011110011010010000 | e6b7a1e690 |
EUC-JP | 豺。謳 | 111011001011100110001110101000011110101111110000 | ecb98ea1ebf0 |
UTF-8 | 豺。謳 | 111010001011000110111010111011111011110110100001111010001010110010110011 | e8b1baefbda1e8acb3 |
UHC | 豺?謳 | 1110001111001111001111111100111111000100 | e3cf3fcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)