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 | CHGO | 1001001001000011100100100100100010010010010001111001001001001111 | 924392489247924f |
SJIS-WIN | ?C?H?G?O | 0011111101000011001111110100100000111111010001110011111101001111 | 3f433f483f473f4f |
EUC-JP | ?C?H?G?O | 0011111101000011001111110100100000111111010001110011111101001111 | 3f433f483f473f4f |
UTF-8 | CHGO | 110000101001001001000011110000101001001001001000110000101001001001000111110000101001001001001111 | c29243c29248c29247c2924f |
UHC | ?C?H?G?O | 0011111101000011001111110100100000111111010001110011111101001111 | 3f433f483f473f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)