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 | 陲定「達 | 11101000101000101001001011101000101000101001001001000010 | e8a292e8a29242 |
| EUC-JP | 陲定「達 | 1111000010100100110001001110101010001110101000101100001110100011 | f0a4c4ea8ea2c3a3 |
| UTF-8 | 陲定「達 | 111010011001100110110010111001011010111010011010111011111011110110100010111010011000000110010100 | e999b2e5ae9aefbda2e98194 |
| UHC | ?定?達 | 001111111110111111010010001111111101001110111001 | 3fefd23fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)