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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 猷??松?^ | 1001011101010001001111110011111110001111101111000011111101011110 | 97513f3f8fbc3f5e |
EUC-JP | 猷??松?^ | 1100110110110010001111110011111110111110101111100011111101011110 | cdb23f3fbebe3f5e |
UTF-8 | 猷띠뿄松펖^ | 11100111100011001011011111101011100111011010000011101011101111111000010011100110100111011011111011101101100011101001011001011110 | e78cb7eb9da0ebbf84e69dbeed8e965e |
UHC | 猷띠뿄松펖^ | 1110101110100011101101101110110010010111100011001110000111100110101111000110101001011110 | eba3b6ec978ce1e6bc6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)