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 | 箋??徇 | 111000101011001100111111001111111001110001101101 | e2b33f3f9c6d |
| EUC-JP | 箋??徇 | 111001001011010100111111001111111101011111001110 | e4b53f3fd7ce |
| UTF-8 | 箋묇튊徇 | 111001111010111010001011111010111010110010000111111011011000101010001010111001011011111010000111 | e7ae8bebac87ed8a8ae5be87 |
| UHC | 箋묇튊徇 | 1110111110101000100100011110010010111001100111101110001011011111 | efa891e4b99ee2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)