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 | ?????E] | 00111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f455d |
SJIS-WIN | 隹キ雍域純E] | 1110100010110000101101111110100010110100100010001110011010001111100000110100010101011101 | e8b0b7e8b488e68f83455d |
EUC-JP | 隹キ雍域純E] | 111100001011001010001110101101111111000010110110101100001110100010111101111000110100010101011101 | f0b28eb7f0b6b0e8bde3455d |
UTF-8 | 隹キ雍域純E] | 1110100110011010101110011110111110111101101101111110100110011011100011011110010110011111100111111110011110110100100101000100010101011101 | e99ab9efbdb7e99b8de59f9fe7b494455d |
UHC | ??雍域純E] | 00111111001111111110100010111100111001101011010011100010111011010100010101011101 | 3f3fe8bce6b4e2ed455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)