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 | kGL | 100010010110101110010010010001111001000101001100 | 896b9247914c |
SJIS-WIN | ?k?G?L | 001111110110101100111111010001110011111101001100 | 3f6b3f473f4c |
EUC-JP | ?k?G?L | 001111110110101100111111010001110011111101001100 | 3f6b3f473f4c |
UTF-8 | kGL | 110000101000100101101011110000101001001001000111110000101001000101001100 | c2896bc29247c2914c |
UHC | ?k?G?L | 001111110110101100111111010001110011111101001100 | 3f6b3f473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)