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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鞣ゑスイF | 11101000111000101000001011101111101111011011001001000110 | e8e282efbdb246 |
EUC-JP | 鞣ゑスイF | 111100001110010010100100111100011000111010111101100011101011001001000110 | f0e4a4f18ebd8eb246 |
UTF-8 | 鞣ゑスイF | 11101001100111101010001111100011100000101001000111101111101111011011110111101111101111011011001001000110 | e99ea3e38291efbdbdefbdb246 |
UHC | ?ゑ??F | 001111111010101011110001001111110011111101000110 | 3faaf13f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)