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 | F\GWAHL | 1001001001000110010111001001001001000111100100100101011110010010010000010100100001001100 | 92465c924792579241484c |
SJIS-WIN | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
EUC-JP | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
UTF-8 | F\GWAHL | 110000101001001001000110010111001100001010010010010001111100001010010010010101111100001010010010010000010100100001001100 | c292465cc29247c29257c29241484c |
UHC | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)