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 | ?尸 | 001111111001101110011001 | 3f9b99 |
EUC-JP | ?尸 | 001111111101010111111001 | 3fd5f9 |
UTF-8 | 댦尸 | 111010111000110010100110111001011011000010111000 | eb8ca6e5b0b8 |
UHC | 댦尸 | 10001000110010011110001110111001 | 88c9e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)