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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 谿櫁怦陝ッO | 11100110101011101001111011101000100111001000100011101000100111111010111101001111 | e6ae9ee89c88e89faf4f |
| EUC-JP | 谿櫁怦陝ッO | 1110110010110000110111001110101011010111111010001111000010100001100011101010111101001111 | ecb0dcead7e8f0a18eaf4f |
| UTF-8 | 谿櫁怦陝ッO | 11101000101100001011111111100110101010111000000111100110100000001010011011101001100110011001110111101111101111011010111101001111 | e8b0bfe6ab81e680a6e9999defbdaf4f |
| UHC | 谿??陝?O | 1100110110101100001111110011111111100000111011010011111101001111 | cdac3f3fe0ed3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)