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?Ai?C?AiB | 0011111101000011001111110100000101101001001111110100001100111111010000010110100101000010 | 3f433f41693f433f416942 |
SJIS-WIN | ?C?Ai?C?AiB | 0011111101000011001111110100000101101001001111110100001100111111010000010110100101000010 | 3f433f41693f433f416942 |
EUC-JP | ?C?Ai?C?AiB | 0011111101000011001111110100000101101001001111110100001100111111010000010110100101000010 | 3f433f41693f433f416942 |
UTF-8 | 혪C혪Ai혪C혪AiB | 11101101100110001010101001000011111011011001100010101010010000010110100111101101100110001010101001000011111011011001100010101010010000010110100101000010 | ed98aa43ed98aa4169ed98aa43ed98aa416942 |
UHC | 혪C혪Ai혪C혪AiB | 110000101001001001000011110000101001001001000001011010011100001010010010010000111100001010010010010000010110100101000010 | c29243c2924169c29243c292416942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)