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 | 﨟ス魘ォ貂 | 1111101110011101101111011110100110110100101010111110011010111000 | fb9dbde9b4abe6b8 |
EUC-JP | ?ス魘ォ貂 | 001111111000111010111101111100101011011010001110101010111110110010111010 | 3f8ebdf2b68eabecba |
UTF-8 | 﨟ス魘ォ貂 | 111011111010100010011111111011111011110110111101111010011010110110011000111011111011110110101011111010001011001010000010 | efa89fefbdbde9ad98efbdabe8b282 |
UHC | ????貂 | 001111110011111100111111001111111111010110110000 | 3f3f3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)