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 | ワタ? | 110111001100000000111111 | dcc03f |
EUC-JP | ワタ鋥 | 10001110110111001000111011000000100011111110010011001010 | 8edc8ec08fe4ca |
UTF-8 | ワタ鋥 | 111011111011111010011100111011111011111010000000111010011000101110100101 | efbe9cefbe80e98ba5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)