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 | ???韋?? | 00111111001111110011111111101000111010000011111100111111 | 3f3f3fe8e83f3f |
| EUC-JP | ???韋?? | 00111111001111110011111111110000111010100011111100111111 | 3f3f3ff0ea3f3f |
| UTF-8 | 嶺뚣뢿韋됬댆 | 111011111010011010101011111010111001101010100011111010111010001010111111111010011001111110001011111010111001000010101100111010111000110010000110 | efa6abeb9aa3eba2bfe99f8beb90aceb8c86 |
| UHC | 嶺뚣뢿韋됬댆 | 111001111010110110001100111000111000111110000010111010101101111110001001111001111000100010110000 | e7ad8ce38f82eadf89e788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)