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 | 0011111100111111001111110101101101101000 | 3f3f3f5b68 |
SJIS-WIN | 潁〓?[h | 10011111111100011000000110101100001111110101101101101000 | 9ff181ac3f5b68 |
EUC-JP | 潁〓?[h | 11011110111100111010001010101110001111110101101101101000 | def3a2ae3f5b68 |
UTF-8 | 潁〓젙[h | 1110011010111101100000011110001110000000100100111110110010100000100110010101101101101000 | e6bd81e38093eca0995b68 |
UHC | 潁〓젙[h | 1110011110111000101000011110101110100000100101010101101101101000 | e7b8a1eba0955b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)