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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???擘^ | 001111110011111100111111100111011010010001011110 | 3f3f3f9da45e |
EUC-JP | ???擘^ | 001111110011111100111111110110101010011001011110 | 3f3f3fdaa65e |
UTF-8 | 롙뤇咽擘^ | 11101011101000011001100111101011101001001000011111101111101001101001111011100110100100111001100001011110 | eba199eba487efa69ee693985e |
UHC | 롙뤇咽擘^ | 100011101101110110001111101101111110011011101100110110111111101101011110 | 8edd8fb7e6ecdbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)