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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ハョ珥 | 11001010101011101110000011100000 | caaee0e0 |
EUC-JP | ハョ珥 | 100011101100101010001110101011101110000011100010 | 8eca8eaee0e2 |
UTF-8 | ハョ珥 | 111011111011111010001010111011111011110110101110111001111000111110100101 | efbe8aefbdaee78fa5 |
UHC | ??珥 | 00111111001111111110110010110100 | 3f3fecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)