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 | 倏糯 | 111000001100010111100010111101111111001010111001 | e0c5e2f7f2b9 |
EUC-JP | 倏糯? | 1110000011000111111001001111100100111111 | e0c7e4f93f |
UTF-8 | 倏糯 | 111001011000000010001111111001111011001110101111111011101000011110110000 | e5808fe7b3afee87b0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)