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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 日??聾 | 100100111111101000111111001111111001100001010111 | 93fa3f3f9857 |
| EUC-JP | 日??聾 | 110001101111110000111111001111111100111110111000 | c6fc3f3fcfb8 |
| UTF-8 | 日쿄렩聾 | 111001101001011110100101111011001011111110000100111010111010000010101001111010001000000110111110 | e697a5ecbf84eba0a9e881be |
| UHC | 日쿄렩聾 | 1110110011101101110001001110110010001110101101111101011011101100 | ecedc4ec8eb7d6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)