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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蔚?俺?? | 10001001010101010011111110001001101101000011111100111111 | 89553f89b43f3f |
| EUC-JP | 蔚?俺?? | 10110001101101100011111110110010101101100011111100111111 | b1b63fb2b63f3f |
| UTF-8 | 蔚렎俺ㅽ렍 | 111010001001010010011010111010111010000010001110111001001011111110111010111000111000010110111101111010111010000010001101 | e8949aeba08ee4bfbae385bdeba08d |
| UHC | 蔚렎俺ㅽ렍 | 11101010101001011000111010100100111001011110111110100100111011011000111010100011 | eaa58ea4e5efa4ed8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)