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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 澵ホ鮗ャ@h | 1111101101001100110011101110100110111010101011000100000001101000 | fb4ccee9baac4068 |
EUC-JP | 澵ホ鮗ャ@h | 1000111111001000111110001000111011001110111100101011110010001110101011000100000001101000 | 8fc8f88ecef2bc8eac4068 |
UTF-8 | 澵ホ鮗ャ@h | 1110011010111110101101011110111110111110100011101110100110101110100101111110111110111101101011000100000001101000 | e6beb5efbe8ee9ae97efbdac4068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)