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 | GCGBGBB | 10010010010001111001001001000011100100100100011110010010010000101001001001000111100100100100001001000010 | 92479243924792429247924242 |
SJIS-WIN | ?G?C?G?B?G?BB | 00111111010001110011111101000011001111110100011100111111010000100011111101000111001111110100001001000010 | 3f473f433f473f423f473f4242 |
EUC-JP | ?G?C?G?B?G?BB | 00111111010001110011111101000011001111110100011100111111010000100011111101000111001111110100001001000010 | 3f473f433f473f423f473f4242 |
UTF-8 | GCGBGBB | 11000010100100100100011111000010100100100100001111000010100100100100011111000010100100100100001011000010100100100100011111000010100100100100001001000010 | c29247c29243c29247c29242c29247c2924242 |
UHC | ?G?C?G?B?G?BB | 00111111010001110011111101000011001111110100011100111111010000100011111101000111001111110100001001000010 | 3f473f433f473f423f473f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)