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 | 倏犒眇 | 111000001100010111100000101101011110000110111101 | e0c5e0b5e1bd |
EUC-JP | 倏犒眇 | 111000001100011111100000101101111110001010111111 | e0c7e0b7e2bf |
UTF-8 | 倏犒眇 | 111001011000000010001111111001111000101010010010111001111001110010000111 | e5808fe78a92e79c87 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)