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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ??ł庾??? | 0011111100111111100011111010100111001000100011111011110011001110001111110011111100111111 | 3f3f8fa9c88fbcce3f3f3f |
| UTF-8 | 捻뀀ł庾면레硫 | 1110111110100110101001001110101110000000100000001100010110000010111001011011101010111110111010111010100110110100111010111010000010001000111011111010011110001110 | efa6a4eb8080c582e5babeeba9b4eba088efa78e |
| UHC | 捻뀀ł庾면레硫 | 1110011011110111101100101110101110101001101010011110101011101100101110001110100110110111101110011110101110101001 | e6f7b2eba9a9eaecb8e9b7b9eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)