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 | CL§eG¼ | 1001001001000011100100100100110010010001101001110110010110010010010001111001000110111100 | 9243924c91a765924791bc |
SJIS-WIN | ?C?L?§e?G?? | 001111110100001100111111010011000011111110000001100110000110010100111111010001110011111100111111 | 3f433f4c3f8198653f473f3f |
EUC-JP | ?C?L?§e?G?? | 001111110100001100111111010011000011111110100001111110000110010100111111010001110011111100111111 | 3f433f4c3fa1f8653f473f3f |
UTF-8 | CL§eG¼ | 110000101001001001000011110000101001001001001100110000101001000111000010101001110110010111000010100100100100011111000010100100011100001010111100 | c29243c2924cc291c2a765c29247c291c2bc |
UHC | ?C?L?§e?G?¼ | 00111111010000110011111101001100001111111010000111010111011001010011111101000111001111111010100011111001 | 3f433f4c3fa1d7653f473fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)