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 | 魘ォ螻。蓚 | 1110100110110100101010111110010110110001101000011110010011101001 | e9b4abe5b1a1e4e9 |
EUC-JP | 魘ォ螻。蓚 | 11110010101101101000111010101011111010101011001110001110101000011110100011101011 | f2b68eabeab38ea1e8eb |
UTF-8 | 魘ォ螻。蓚 | 111010011010110110011000111011111011110110101011111010001001111010111011111011111011110110100001111010001001001110011010 | e9ad98efbdabe89ebbefbda1e8939a |
UHC | ????蓚 | 001111110011111100111111001111111110001010111110 | 3f3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)