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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??喩?? | 1000110110010110001111110011111110011010011001110011111100111111 | 8d963f3f9a673f3f |
EUC-JP | 獄??喩?? | 1011100111110110001111110011111111010011110010000011111100111111 | b9f63f3fd3c83f3f |
UTF-8 | 獄븍쉸喩뽯튋 | 111001111000110110000100111010111011100010001101111011001000100110111000111001011001011010101001111010111011110110101111111011011000101010001011 | e78d84ebb88dec89b8e596a9ebbdafed8a8b |
UHC | 獄븍쉸喩뽯튋 | 111010001010101110111010111010111001101010001110111010101110011110010110111010111011100110011111 | e8abbaeb9a8eeae796ebb99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)