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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 沃← | 10010111100000001000000110101001 | 978081a9 |
EUC-JP | 沃← | 11001101111000001010001010101011 | cde0a2ab |
UTF-8 | 沃← | 111001101011001010000011111000101000011010010000 | e6b283e28690 |
UHC | 沃← | 11101000101010101010000111100111 | e8aaa1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)