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 | 睛伎膈 | 111000011100101110001010111010101110010001001100 | e1cb8aeae44c |
EUC-JP | 睛伎膈 | 111000101100110110110100111011001110011110101101 | e2cdb4ece7ad |
UTF-8 | 睛伎膈 | 111001111001110110011011111001001011110010001110111010001000011010001000 | e79d9be4bc8ee88688 |
UHC | 睛伎膈 | 111011111110110011010000111010111100110010101110 | efecd0ebccae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)