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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訂鞨? | 1001001011111001111010001110000000111111 | 92f9e8e03f |
EUC-JP | 訂鞨? | 1100010011111011111100001110001000111111 | c4fbf0e23f |
UTF-8 | 訂鞨렫 | 111010001010100010000010111010011001111010101000111010111010000010101011 | e8a882e99ea8eba0ab |
UHC | 訂鞨렫 | 111011111111010011001010111010101000111010111001 | eff4caea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)