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 | 1000111110101001110000111000111110101010101100110100000001101000 | 8fa9c38faab34068 |
EUC-JP | 娼テ宵ウ@h | 10111110101010111000111011000011101111101010110010001110101100110100000001101000 | beab8ec3beac8eb34068 |
UTF-8 | 娼テ宵ウ@h | 1110010110101000101111001110111110111110100000111110010110101110101101011110111110111101101100110100000001101000 | e5a8bcefbe83e5aeb5efbdb34068 |
UHC | 娼?宵?@h | 1111001111011110001111111110000110110010001111110100000001101000 | f3de3fe1b23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)