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 | 鞜禾災。 | 1110100011011111100010011101000110001101110100001000000101000010 | e8df89d18dd08142 |
EUC-JP | 鞜禾災。 | 1111000011100001101100101101001110111010110100101010000110100011 | f0e1b2d3bad2a1a3 |
UTF-8 | 鞜禾災。 | 111010011001111010011100111001111010011010111110111001111000000110111101111000111000000010000010 | e99e9ce7a6bee781bde38082 |
UHC | ?禾災。 | 00111111111111001010001011101110101011001010000110100011 | 3ffca2eeaca1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)