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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 墻よ?D^ | 10011010110101001000001011100110001111110100010001011110 | 9ad482e63f445e |
EUC-JP | 墻よ?D^ | 11010100110101101010010011101000001111110100010001011110 | d4d6a4e83f445e |
UTF-8 | 墻よ눎D^ | 1110010110100010101110111110001110000010100010001110101110001000100011100100010001011110 | e5a2bbe38288eb888e445e |
UHC | 墻よ눎D^ | 1110110111011111101010101110100010000111101010100100010001011110 | eddfaae887aa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)