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 | 鬯ゥ蠅薙刊霍 | 1110100110101100101010011110010110100010100100111110001110001010101001111110100010110111 | e9aca9e5a293e38aa7e8b7 |
| EUC-JP | 鬯ゥ蠅薙刊霍 | 111100101010111010001110101010011110101010100100110001101110010110110100101010011111000010111001 | f2ae8ea9eaa4c6e5b4a9f0b9 |
| UTF-8 | 鬯ゥ蠅薙刊霍 | 111010011010110010101111111011111011110110101001111010001010000010000101111010001001011010011001111001011000100010001010111010011001110010001101 | e9acafefbda9e8a085e89699e5888ae99c8d |
| UHC | ??蠅?刊? | 0011111100111111111000111011001000111111110010101100101000111111 | 3f3fe3b23fcaca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)