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 | 訷? | 11111011101001001000000101001000 | fba48148 |
EUC-JP | 訷? | 1000111111011101110101001010000110101001 | 8fddd4a1a9 |
UTF-8 | 訷? | 111010001010100010110111111011111011110010011111 | e8a8b7efbc9f |
UHC | ?? | 001111111010001110111111 | 3fa3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)