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 | 豎梦縁尞貞嗇 | 111001101011000110011010111010111000100110001111111110101010101110010010111001011001101010100101 | e6b19aeb898ffaab92e59aa5 |
| EUC-JP | 豎梦縁尞貞嗇 | 11101100101100111101010011101101101100011110111110001111101110101110101111000100111001111101010010100111 | ecb3d4edb1ef8fbaebc4e7d4a7 |
| UTF-8 | 豎梦縁尞貞嗇 | 111010001011000110001110111001101010001010100110111001111011100010000001111001011011000010011110111010001011001010011110111001011001011110000111 | e8b18ee6a2a6e7b881e5b09ee8b29ee59787 |
| UHC | ????貞嗇 | 0011111100111111001111110011111111101111111101101101111111100000 | 3f3f3f3feff6dfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)