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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞐区「ァ蟆 | 1110100011011110100010111110011010100010101001111110010110110000 | e8de8be6a2a7e5b0 |
EUC-JP | 鞐区「ァ蟆 | 11110000111000001011011011101000100011101010001010001110101001111110101010110010 | f0e0b6e88ea28ea7eab2 |
UTF-8 | 鞐区「ァ蟆 | 111010011001111010010000111001011000110010111010111011111011110110100010111011111011110110100111111010001001111110000110 | e99e90e58cbaefbda2efbda7e89f86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)