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 | 衆???諍? | 1000111101001111001111110011111100111111111001100111100100111111 | 8f4f3f3f3fe6793f |
| EUC-JP | 衆???諍? | 1011110110110000001111110011111100111111111010111101101000111111 | bdb03f3f3febda3f |
| UTF-8 | 衆멸렖렱諍렒 | 111010001010000110000110111010111010100110111000111010111010000010010110111010111010000010110001111010001010101110001101111010111010000010010010 | e8a186eba9b8eba096eba0b1e8ab8deba092 |
| UHC | 衆멸렖렱諍렒 | 111100011110101110111000111010101000111010101011100011101011111011101110101101011000111010100111 | f1ebb8ea8eab8ebeeeb58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)