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 | CAvCAvB | 1001001001000011100100100100000101110110100100100100001110010010010000010111011001000010 | 9243924176924392417642 |
SJIS-WIN | ?C?Av?C?AvB | 0011111101000011001111110100000101110110001111110100001100111111010000010111011001000010 | 3f433f41763f433f417642 |
EUC-JP | ?C?Av?C?AvB | 0011111101000011001111110100000101110110001111110100001100111111010000010111011001000010 | 3f433f41763f433f417642 |
UTF-8 | CAvCAvB | 110000101001001001000011110000101001001001000001011101101100001010010010010000111100001010010010010000010111011001000010 | c29243c2924176c29243c292417642 |
UHC | ?C?Av?C?AvB | 0011111101000011001111110100000101110110001111110100001100111111010000010111011001000010 | 3f433f41763f433f417642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)