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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 汁?????B | 1000111101100000001111110011111100111111001111110011111101000010 | 8f603f3f3f3f3f42 |
EUC-JP | 汁?????B | 1011110111000001001111110011111100111111001111110011111101000010 | bdc13f3f3f3f3f42 |
UTF-8 | 汁흗렩쾨렯렞B | 11100110101100011000000111101101100111011001011111101011101000001010100111101100101111101010100011101011101000001010111111101011101000001001111001000010 | e6b181ed9d97eba0a9ecbea8eba0afeba09e42 |
UHC | 汁흗렩쾨렯렞B | 11110001111100001100100011101001100011101011011111000100111010101000111010111100100011101010111101000010 | f1f0c8e98eb7c4ea8ebc8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)