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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄?1竊 | 10001101100101100011111110000010010100001110001010000110 | 8d963f8250e286 |
EUC-JP | 獄?1竊 | 10111001111101100011111110100011101100011110001111100110 | b9f63fa3b1e3e6 |
UTF-8 | 獄쎾1竊 | 111001111000110110000100111011001000111010111110111011111011110010010001111001111010101110001010 | e78d84ec8ebeefbc91e7ab8a |
UHC | 獄쎾1竊 | 1110100010101011100110111110010110100011101100011110111110111100 | e8ab9be5a3b1efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)