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 | kçÃI | 1001011001101011111001111100001101001001 | 966be7c349 |
SJIS-WIN | ?k??I | 0011111101101011001111110011111101001001 | 3f6b3f3f49 |
EUC-JP | ?kçÃI | 001111110110101110001111101010111010111010001111101010101010101001001001 | 3f6b8fabae8faaaa49 |
UTF-8 | kçÃI | 1100001010010110011010111100001110100111110000111000001101001001 | c2966bc3a7c38349 |
UHC | ?k??I | 0011111101101011001111110011111101001001 | 3f6b3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)