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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 雕撰シケ] | 11101000101110001001000011101111101111001011100101011101 | e8b890efbcb95d |
EUC-JP | 雕撰シケ] | 111100001011101011000000111100011000111010111100100011101011100101011101 | f0bac0f18ebc8eb95d |
UTF-8 | 雕撰シケ] | 11101001100110111001010111100110100100101011000011101111101111011011110011101111101111011011100101011101 | e99b95e692b0efbdbcefbdb95d |
UHC | 雕撰??] | 11110000111001111111001110111100001111110011111101011101 | f0e7f3bc3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)