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 | 帝?帝?^ | 10010010111010010011111110010010111010010011111101011110 | 92e93f92e93f5e |
EUC-JP | 帝?帝?^ | 11000100111010110011111111000100111010110011111101011110 | c4eb3fc4eb3f5e |
UTF-8 | 帝렞帝렞^ | 11100101101110001001110111101011101000001001111011100101101110001001110111101011101000001001111001011110 | e5b89deba09ee5b89deba09e5e |
UHC | 帝렞帝렞^ | 111100001010100010001110101011111111000010101000100011101010111101011110 | f0a88eaff0a88eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)