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 | 11100110010000101000101110000101100010011010100101000010 | e6428b8589a942 |
EUC-JP | 襭球黄B | 11101011101000111011010111100101101100101010101101000010 | eba3b5e5b2ab42 |
UTF-8 | 襭球黄B | 11101000101001011010110111100111100100001000001111101001101110111000010001000010 | e8a5ade79083e9bb8442 |
UHC | ?球?B | 0011111111001111101110010011111101000010 | 3fcfb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)