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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 衆鞨??Y | 10001111010011111110100011100000001111110011111101011001 | 8f4fe8e03f3f59 |
EUC-JP | 衆鞨??Y | 10111101101100001111000011100010001111110011111101011001 | bdb0f0e23f3f59 |
UTF-8 | 衆鞨렮렪Y | 11101000101000011000011011101001100111101010100011101011101000001010111011101011101000001010101001011001 | e8a186e99ea8eba0aeeba0aa59 |
UHC | 衆鞨렮렪Y | 111100011110101111001010111010101000111010111011100011101011100001011001 | f1ebcaea8ebb8eb859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)