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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 浯ケ髮ォ魘 | 1111101011111100101110011110100110011011101010111110100110110100 | fafcb9e99babe9b4 |
EUC-JP | 浯ケ髮ォ魘 | 1000111111000111110000111000111010111001111100011111101110001110101010111111001010110110 | 8fc7c38eb9f1fb8eabf2b6 |
UTF-8 | 浯ケ髮ォ魘 | 111001101011010110101111111011111011110110111001111010011010101110101110111011111011110110101011111010011010110110011000 | e6b5afefbdb9e9abaeefbdabe9ad98 |
UHC | ??髮?? | 001111110011111111011011101001010011111100111111 | 3f3fdba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)