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 | 獄??野 | 100011011001011000111111001111111001011011101100 | 8d963f3f96ec |
EUC-JP | 獄??野 | 101110011111011000111111001111111100110011101110 | b9f63f3fccee |
UTF-8 | 獄쎽퍢野 | 111001111000110110000100111011001000111010111101111011011000110110100010111010011000011110001110 | e78d84ec8ebded8da2e9878e |
UHC | 獄쎽퍢野 | 1110100010101011100110111110010010111011100110011110010110101111 | e8ab9be4bb99e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)