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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 遽∬発h | 11100111101011111000000111101000100101001010110101101000 | e7af81e894ad68 |
EUC-JP | 遽∬発h | 11101110101100011010001011101010110010001010111101101000 | eeb1a2eac8af68 |
UTF-8 | 遽∬発h | 11101001100000011011110111100010100010001010110011100111100110011011101001101000 | e981bde288ace799ba68 |
UHC | 遽∬?h | 110010111110100010100001111100110011111101101000 | cbe8a1f33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)