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 | 牙? | 100010011110010100111111 | 89e53f |
EUC-JP | 牙? | 101100101110011100111111 | b2e73f |
UTF-8 | 牙뚧 | 111001111000100110011001111010111001101010100111 | e78999eb9aa7 |
UHC | 牙뚧 | 11100100101100111000110011100110 | e4b38ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)