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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 疫??d | 1000100101110101001111110011111101100100 | 89753f3f64 |
EUC-JP | 疫??d | 1011000111010110001111110011111101100100 | b1d63f3f64 |
UTF-8 | 疫욥뮈d | 11100111100101101010101111101100100110101010010111101011101011101000100001100100 | e796abec9aa5ebae8864 |
UHC | 疫욥뮈d | 11100110101110011011111111101001101110011011111101100100 | e6b9bfe9b9bf64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)