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 | 裹域m | 111001011110010110001000111001101000001010001101 | e5e588e6828d |
EUC-JP | 裹域m | 111010101110011110110000111010001010001111101101 | eae7b0e8a3ed |
UTF-8 | 裹域m | 111010001010001110111001111001011001111110011111111011111011110110001101 | e8a3b9e59f9fefbd8d |
UHC | ?域m | 0011111111100110101101001010001111101101 | 3fe6b4a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)