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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辞彧自 | 1111000111111011100011101010101111111010101110011000111010101001 | f1fb8eabfab98ea9 |
EUC-JP | ?辞彧自 | 0011111110111100101011011000111110111100111111101011110010101011 | 3fbcad8fbcfebcab |
UTF-8 | 辞彧自 | 111011101000010110110110111010001011111010011110111001011011110110100111111010001000011110101010 | ee85b6e8be9ee5bda7e887aa |
UHC | ??彧自 | 001111110011111111101001111011101110110110111011 | 3f3fe9eeedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)