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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 吾х?B | 100011001110000110000100100001110011111101000010 | 8ce184873f42 |
EUC-JP | 吾х?B | 101110001110001110100111111001110011111101000010 | b8e3a7e73f42 |
UTF-8 | 吾х씥B | 111001011001000010111110110100011000010111101100100101001010010101000010 | e590bed185ec94a542 |
UHC | 吾х씥B | 11100111111011101010110011100111100111011011100101000010 | e7eeace79db942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)