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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?粟繹賞B | 0011111110001000101111101110001110001000100011111101110001000010 | 3f88bee3888fdc42 |
EUC-JP | ?粟繹賞B | 0011111110110000110000001110010111101000101111101101111001000010 | 3fb0c0e5e8bede42 |
UTF-8 | 黎粟繹賞B | 11101111101001101000100111100111101100101001111111100111101110011011100111101000101100111001111001000010 | efa689e7b29fe7b9b9e8b39e42 |
UHC | 黎粟繹賞B | 111001101011000111100001110110001110011010111010110111111101101101000010 | e6b1e1d8e6badfdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)