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 | 莊随修蔘∽ | 11100100101101011001000010001111100011110100001111100100111100111000000111100100 | e4b5908f8f43e4f381e4 |
EUC-JP | 莊随修蔘∽ | 11101000101101111011111111101111101111011010010011101000111101011010001011100110 | e8b7bfefbda4e8f5a2e6 |
UTF-8 | 莊随修蔘∽ | 111010001000111010001010111010011001101010001111111001001011111110101110111010001001010010011000111000101000100010111101 | e88e8ae99a8fe4bfaee89498e288bd |
UHC | 莊?修蔘∽ | 111011011111011000111111111000011111001111011111101110001010000111101111 | edf63fe1f3dfb8a1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)