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 | 蘂???ょ? | 1110010101000001001111110011111100111111100000101110010100111111 | e5413f3f3f82e53f |
| EUC-JP | 蘂???ょ? | 1110100110100010001111110011111100111111101001001110011100111111 | e9a23f3f3fa4e73f |
| UTF-8 | 蘂녕댚銳ょ뮵 | 111010001001100010000010111010111000010110010101111010111000110010011010111010011000101010110011111000111000001010000111111010111010111010110101 | e89882eb8595eb8c9ae98ab3e38287ebaeb5 |
| UHC | 蘂녕댚銳ょ뮵 | 111001111101111010110011111001111000100010111110111001111110010110101010111001111001001010111101 | e7deb3e788bee7e5aae792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)