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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 底??[BF | 10010010111010100011111100111111010110110100001001000110 | 92ea3f3f5b4246 |
EUC-JP | 底??[BF | 11000100111011000011111100111111010110110100001001000110 | c4ec3f3f5b4246 |
UTF-8 | 底곤쉐[BF | 111001011011101010010101111010101011001110100100111011001000100110010000010110110100001001000110 | e5ba95eab3a4ec89905b4246 |
UHC | 底곤쉐[BF | 111011101011110010110000111011111011110110100110010110110100001001000110 | eebcb0efbda65b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)