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 | 蔚?俺??? | 1000100101010101001111111000100110110100001111110011111100111111 | 89553f89b43f3f3f |
| EUC-JP | 蔚?俺??? | 1011000110110110001111111011001010110110001111110011111100111111 | b1b63fb2b63f3f3f |
| UTF-8 | 蔚렎俺ㅽ렍렋 | 111010001001010010011010111010111010000010001110111001001011111110111010111000111000010110111101111010111010000010001101111010111010000010001011 | e8949aeba08ee4bfbae385bdeba08deba08b |
| UHC | 蔚렎俺ㅽ렍렋 | 111010101010010110001110101001001110010111101111101001001110110110001110101000111000111010100010 | eaa58ea4e5efa4ed8ea38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)