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 | ?C?Ni?C?NiB | 0011111101000011001111110100111001101001001111110100001100111111010011100110100101000010 | 3f433f4e693f433f4e6942 |
SJIS-WIN | ?C?Ni?C?NiB | 0011111101000011001111110100111001101001001111110100001100111111010011100110100101000010 | 3f433f4e693f433f4e6942 |
EUC-JP | ?C?Ni?C?NiB | 0011111101000011001111110100111001101001001111110100001100111111010011100110100101000010 | 3f433f4e693f433f4e6942 |
UTF-8 | 혪C혪Ni혪C혪NiB | 11101101100110001010101001000011111011011001100010101010010011100110100111101101100110001010101001000011111011011001100010101010010011100110100101000010 | ed98aa43ed98aa4e69ed98aa43ed98aa4e6942 |
UHC | 혪C혪Ni혪C혪NiB | 110000101001001001000011110000101001001001001110011010011100001010010010010000111100001010010010010011100110100101000010 | c29243c2924e69c29243c2924e6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)