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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 逍顏饅h逍 | 111001111001011011101000111110001110100101011100011010001110011110010110 | e796e8f8e95c68e796 |
EUC-JP | 逍顏饅h逍 | 111011011111011011110000111110101111000110111101011010001110110111110110 | edf6f0faf1bd68edf6 |
UTF-8 | 逍顏饅h逍 | 11101001100000001000110111101001101000011000111111101001101001011000010101101000111010011000000010001101 | e9808de9a18fe9a58568e9808d |
UHC | 逍?饅h逍 | 1110000111001110001111111101100011000011011010001110000111001110 | e1ce3fd8c368e1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)