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 | 盛゚ミ | 10010000101101111101111111010000 | 90b7dfd0 |
EUC-JP | 盛゚ミ | 110000001011100110001110110111111000111011010000 | c0b98edf8ed0 |
UTF-8 | 盛゚ミ | 111001111001101110011011111011111011111010011111111011111011111010010000 | e79b9befbe9fefbe90 |
UHC | 盛?? | 11100000111111000011111100111111 | e0fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)