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 | 顆梧岔 | 111010001111011110001100111001101001101110101001 | e8f78ce69ba9 |
EUC-JP | 顆梧岔 | 111100001111100110111000111010001101011010101011 | f0f9b8e8d6ab |
UTF-8 | 顆梧岔 | 111010011010000110000110111001101010001010100111111001011011001010010100 | e9a186e6a2a7e5b294 |
UHC | 顆梧? | 1100111010101000111001111111110000111111 | cea8e7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)