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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??晁? | 0011111100111111100111011110100000111111 | 3f3f9de83f |
EUC-JP | ??晁? | 0011111100111111110110101110101000111111 | 3f3fdaea3f |
UTF-8 | 솝섣晁샵 | 111011001000011010011101111011001000010010100011111001101001100110000001111011001000001110110101 | ec869dec84a3e69981ec83b5 |
UHC | 솝섣晁샵 | 1011110011011001101111001011001011110000110001011011110010100101 | bcd9bcb2f0c5bca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)