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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 襭球黄\ | 11100110010000101000101110000101100010011010100101011100 | e6428b8589a95c |
EUC-JP | 襭球黄\ | 11101011101000111011010111100101101100101010101101011100 | eba3b5e5b2ab5c |
UTF-8 | 襭球黄\ | 11101000101001011010110111100111100100001000001111101001101110111000010001011100 | e8a5ade79083e9bb845c |
UHC | ?球?\ | 0011111111001111101110010011111101011100 | 3fcfb93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)