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 | 11100110010000101000101110000101100010011010100101101000 | e6428b8589a968 |
EUC-JP | 襭球黄h | 11101011101000111011010111100101101100101010101101101000 | eba3b5e5b2ab68 |
UTF-8 | 襭球黄h | 11101000101001011010110111100111100100001000001111101001101110111000010001101000 | e8a5ade79083e9bb8468 |
UHC | ?球?h | 0011111111001111101110010011111101101000 | 3fcfb93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)