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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???甸? | 001111110011111100111111100110011011001000111111 | 3f3f3f99b23f |
| EUC-JP | 濚??甸? | 1000111111001001101000010011111100111111110100101011010000111111 | 8fc9a13f3fd2b43f |
| UTF-8 | 濚믡끇甸볿 | 111001101011111110011010111010111010111110100001111010111000000110000111111001111001010010111000111010111011001110111111 | e6bf9aebafa1eb8187e794b8ebb3bf |
| UHC | 濚믡끇甸볿 | 11100111101110011001001011100011100001011011101111101111101001001001010001000010 | e7b992e385bbefa49442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)