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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 狸揃G | 1001001001001011100100011011010101000111 | 924b91b547 |
EUC-JP | 狸揃G | 1100001110101100110000101011011101000111 | c3acc2b747 |
UTF-8 | 狸揃G | 11100111100010111011100011100110100011111000001101000111 | e78bb8e68f8347 |
UHC | 狸?G | 11010111111000010011111101000111 | d7e13f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)