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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂鞨???? | 1001001011111001111010001110000000111111001111110011111100111111 | 92f9e8e03f3f3f3f |
EUC-JP | 訂鞨???? | 1100010011111011111100001110001000111111001111110011111100111111 | c4fbf0e23f3f3f3f |
UTF-8 | 訂鞨렣띄렦렞 | 111010001010100010000010111010011001111010101000111010111010000010100011111010111001110110000100111010111010000010100110111010111010000010011110 | e8a882e99ea8eba0a3eb9d84eba0a6eba09e |
UHC | 訂鞨렣띄렦렞 | 111011111111010011001010111010101000111010110100101101101110011110001110101101011000111010101111 | eff4caea8eb4b6e78eb58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)