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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 踐l烏^ | 11100110111101101000001010001100100010010100011101011110 | e6f6828c89475e |
EUC-JP | 踐l烏^ | 11101100111110001010001111101100101100011010100001011110 | ecf8a3ecb1a85e |
UTF-8 | 踐l烏^ | 11101000101110001001000011101111101111011000110011100111100000111000111101011110 | e8b890efbd8ce7838f5e |
UHC | 踐l烏^ | 11110100110000101010001111101100111010001010000101011110 | f4c2a3ece8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)