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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 訂鞨?B | 100100101111100111101000111000000011111101000010 | 92f9e8e03f42 |
| EUC-JP | 訂鞨?B | 110001001111101111110000111000100011111101000010 | c4fbf0e23f42 |
| UTF-8 | 訂鞨혁B | 11101000101010001000001011101001100111101010100011101101100110001000000101000010 | e8a882e99ea8ed988142 |
| UHC | 訂鞨혁B | 11101111111101001100101011101010110001111111010101000010 | eff4caeac7f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)