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 | 杵?遠?之低 | 10001011011011100011111110001001100100110011111110010100010101101001001011100001 | 8b6e3f89933f945692e1 |
| EUC-JP | 杵?遠?之低 | 10110101110011110011111110110001111100110011111111000111101101111100010011100011 | b5cf3fb1f33fc7b7c4e3 |
| UTF-8 | 杵렭遠멩之低 | 111001101001110110110101111010111010000010101101111010011000000110100000111010111010100110101001111001001011100110001011111001001011110110001110 | e69db5eba0ade981a0eba9a9e4b98be4bd8e |
| UHC | 杵렭遠멩之低 | 111011101011111010001110101110101110101011000000101110001110011011110001111111011110111010111000 | eebe8ebaeac0b8e6f1fdeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)