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 | 牙㎫ | 111001111000100110011001111000111000111010101011 | e78999e38eab |
UHC | 牙㎫ | 11100100101100111010011111100111 | e4b3a7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)