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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳥?h闇 | 10010010101110010011111110000010100010001000100011000101 | 92b93f828888c5 |
EUC-JP | 鳥?h闇 | 11000100101110110011111110100011111010001011000011000111 | c4bb3fa3e8b0c7 |
UTF-8 | 鳥쭤h闇 | 111010011011001110100101111011001010110110100100111011111011110110001000111010011001011110000111 | e9b3a5ecada4efbd88e99787 |
UHC | 鳥쭤h闇 | 1111000011101000110000101110010110100011111010001110010011100001 | f0e8c2e5a3e8e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)