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 | ????℡? | 00111111001111110011111100111111100001111000010000111111 | 3f3f3f3f87843f |
| EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
| UTF-8 | 黎싳뼂佾℡뎄 | 111011111010011010001001111011001000101110110011111010111011110010000010111001001011110110111110111000101000010010100001111010111000111010000100 | efa689ec8bb3ebbc82e4bdbee284a1eb8e84 |
| UHC | 黎싳뼂佾℡뎄 | 111001101011000110011010111011001001011010001100111011001110101110100010111001011011010110101100 | e6b19aec968ceceba2e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)