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 | 﨟ォ魘ォ蠇 | 1111101110011101101010111110100110110100101010111111101110100001 | fb9dabe9b4abfba1 |
EUC-JP | ?ォ魘ォ? | 0011111110001110101010111111001010110110100011101010101100111111 | 3f8eabf2b68eab3f |
UTF-8 | 﨟ォ魘ォ蠇 | 111011111010100010011111111011111011110110101011111010011010110110011000111011111011110110101011111010001010000010000111 | efa89fefbdabe9ad98efbdabe8a087 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)