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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 睛伎? | 1110000111001011100010101110101000111111 | e1cb8aea3f |
EUC-JP | 睛伎? | 1110001011001101101101001110110000111111 | e2cdb4ec3f |
UTF-8 | 睛伎렒 | 111001111001110110011011111001001011110010001110111010111010000010010010 | e79d9be4bc8eeba092 |
UHC | 睛伎렒 | 111011111110110011010000111010111000111010100111 | efecd0eb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)