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 | 鞨ゑスェ錮 | 1110100011100000100000101110111110111101101010101110011111111100 | e8e082efbdaae7fc |
EUC-JP | 鞨ゑスェ錮 | 11110000111000101010010011110001100011101011110110001110101010101110111011111110 | f0e2a4f18ebd8eaaeefe |
UTF-8 | 鞨ゑスェ錮 | 111010011001111010101000111000111000001010010001111011111011110110111101111011111011110110101010111010011000110010101110 | e99ea8e38291efbdbdefbdaae98cae |
UHC | 鞨ゑ??錮 | 1100101011101010101010101111000100111111001111111100110111010001 | caeaaaf13f3fcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)