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 | 悸? | 100111001010011100111111 | 9ca73f |
EUC-JP | 悸? | 110110001010100100111111 | d8a93f |
UTF-8 | 悸뜯 | 111001101000001010111000111010111001110010101111 | e682b8eb9caf |
UHC | 悸뜯 | 11001100111110111011011011100010 | ccfbb6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)