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 | 醫???諍? | 1110011111001110001111110011111100111111111001100111100100111111 | e7ce3f3f3fe6793f |
| EUC-JP | 醫???諍? | 1110111011010000001111110011111100111111111010111101101000111111 | eed03f3f3febda3f |
| UTF-8 | 醫펫렖렱諍렒 | 111010011000011010101011111011011000111010101011111010111010000010010110111010111010000010110001111010001010101110001101111010111010000010010010 | e986abed8eabeba096eba0b1e8ab8deba092 |
| UHC | 醫펫렖렱諍렒 | 111011001010001011000110111010101000111010101011100011101011111011101110101101011000111010100111 | eca2c6ea8eab8ebeeeb58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)