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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雕掵雕掉^ | 111010001011100010011101011111011110100010111000100111010111101101011110 | e8b89d7de8b89d7b5e |
EUC-JP | 雕掵雕掉^ | 111100001011101011011001110111101111000010111010110110011101110001011110 | f0bad9def0bad9dc5e |
UTF-8 | 雕掵雕掉^ | 11101001100110111001010111100110100011101011010111101001100110111001010111100110100011101000100101011110 | e99b95e68eb5e99b95e68e895e |
UHC | 雕?雕掉^ | 1111000011100111001111111111000011100111110100111111110001011110 | f0e73ff0e7d3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)