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