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 | 裵カ | 111110111010001010110110 | fba2b6 |
EUC-JP | 裵カ | 1000111111011100110100111000111010110110 | 8fdcd38eb6 |
UTF-8 | 裵カ | 111010001010001110110101111011111011110110110110 | e8a3b5efbdb6 |
UHC | 裵? | 110110111101000100111111 | dbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)