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 | ?????LF | 00111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f4c46 |
SJIS-WIN | 迴守昏遽キLF | 1110011110001111100011101110011110001101101010001110011110101111101101110100110001000110 | e78f8ee78da8e7afb74c46 |
EUC-JP | 迴守昏遽キLF | 111011011110111110111100111010011011101010101010111011101011000110001110101101110100110001000110 | edefbce9baaaeeb18eb74c46 |
UTF-8 | 迴守昏遽キLF | 1110100010111111101101001110010110101110100010001110011010011000100011111110100110000001101111011110111110111101101101110100110001000110 | e8bfb4e5ae88e6988fe981bdefbdb74c46 |
UHC | ?守昏遽?LF | 00111111111000011111101011111011111001111100101111101000001111110100110001000110 | 3fe1fafbe7cbe83f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)