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 | 枝祠?峰?梯 | 10001110011111011110001001001011001111111001010111110100001111111001001011110010 | 8e7de24b3f95f43f92f2 |
| EUC-JP | 枝祠?峰?梯 | 10111011110111101110001110101100001111111100101011110110001111111100010011110100 | bbdee3ac3fcaf63fc4f4 |
| UTF-8 | 枝祠렫峰ㄼ梯 | 111001101001111010011101111001111010010110100000111010111010000010101011111001011011001110110000111000111000010010111100111001101010001010101111 | e69e9de7a5a0eba0abe5b3b0e384bce6a2af |
| UHC | 枝祠렫峰ㄼ梯 | 111100101010101111011110111001101000111010111001110111001110100010100100101011001111000010101100 | f2abdee68eb9dce8a4acf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)