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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿質上 | 100011101011110010001110101111111000111111100011 | 8ebc8ebf8fe3 |
EUC-JP | 湿質上 | 101111001011111010111100110000011011111011100101 | bcbebcc1bee5 |
UTF-8 | 湿質上 | 111001101011100110111111111010001011001110101010111001001011100010001010 | e6b9bfe8b3aae4b88a |
UHC | ?質上 | 0011111111110010111101011101111110111110 | 3ff2f5dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)