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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 疫??] | 1000100101110101001111110011111101011101 | 89753f3f5d |
EUC-JP | 疫??] | 1011000111010110001111110011111101011101 | b1d63f3f5d |
UTF-8 | 疫쎾뎴] | 11100111100101101010101111101100100011101011111011101011100011101011010001011101 | e796abec8ebeeb8eb45d |
UHC | 疫쎾뎴] | 11100110101110011001101111100101100010011000011101011101 | e6b99be589875d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)