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 | ?Y?YB | 0011111101011001001111110101100101000010 | 3f593f5942 |
SJIS-WIN | 叩Y叩YB | 10010010010000000101100110010010010000000101100101000010 | 92405992405942 |
EUC-JP | 叩Y叩YB | 11000011101000010101100111000011101000010101100101000010 | c3a159c3a15942 |
UTF-8 | 叩Y叩YB | 111001011000111110101001010110011110010110001111101010010101100101000010 | e58fa959e58fa95942 |
UHC | 叩Y叩YB | 11001101101100000101100111001101101100000101100101000010 | cdb059cdb05942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)