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 | 魘溽勦諞ォ | 111010011011010010011111111001111001100110101001111001101000011010101011 | e9b49fe799a9e686ab |
EUC-JP | 魘溽勦諞ォ | 11110010101101101101111011101001110100101010101111101011111001101000111010101011 | f2b6dee9d2abebe68eab |
UTF-8 | 魘溽勦諞ォ | 111010011010110110011000111001101011101010111101111001011000101110100110111010001010101110011110111011111011110110101011 | e9ad98e6babde58ba6e8ab9eefbdab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)