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 | 獄℡?節?? | 100011011001011010000111100001000011111110010000110111110011111100111111 | 8d9687843f90df3f3f |
EUC-JP | 獄??節?? | 1011100111110110001111110011111111000000111000010011111100111111 | b9f63f3fc0e13f3f |
UTF-8 | 獄℡마節몌숱 | 111001111000110110000100111000101000010010100001111010111010011110001000111001111010111110000000111010111010101010001100111011001000100010110001 | e78d84e284a1eba788e7af80ebaa8cec88b1 |
UHC | 獄℡마節몌숱 | 111010001010101110100010111001011011100010110110111011111011110110111000111011111011110110100010 | e8aba2e5b8b6efbdb8efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)