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 | 訷ッ | 111110111010010010101111 | fba4af |
EUC-JP | 訷ッ | 1000111111011101110101001000111010101111 | 8fddd48eaf |
UTF-8 | 訷ッ | 111010001010100010110111111011111011110110101111 | e8a8b7efbdaf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)