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 | 袁?繒 | 1110010111001101001111111111101110001111 | e5cd3ffb8f |
EUC-JP | 袁?繒 | 111010101100111100111111100011111101010011010100 | eacf3f8fd4d4 |
UTF-8 | 袁렏繒 | 111010001010001010000001111010111010000010001111111001111011100110010010 | e8a281eba08fe7b992 |
UHC | 袁렏繒 | 111010101011111010001110101001011111000111111001 | eabe8ea5f1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)