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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
| UTF-8 | 捻꿔끆瑗띷룄 | 111011111010011010100100111010101011111110010100111010111000000110000110111001111001000110010111111010111001110110110111111010111010001110000100 | efa6a4eabf94eb8186e79197eb9db7eba384 |
| UHC | 捻꿔끆瑗띷룄 | 111001101111011110110010111000111000010110111010111010101011110010001101111001101000111110000100 | e6f7b2e385baeabc8de68f84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)