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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 陟「}陟「{^ | 111010001010000010100010011111011110100010100000101000100111101101011110 | e8a0a27de8a0a27b5e |
EUC-JP | 陟「}陟「{^ | 1111000010100010100011101010001001111101111100001010001010001110101000100111101101011110 | f0a28ea27df0a28ea27b5e |
UTF-8 | 陟「}陟「{^ | 111010011001100110011111111011111011110110100010011111011110100110011001100111111110111110111101101000100111101101011110 | e9999fefbda27de9999fefbda27b5e |
UHC | 陟?}陟?{^ | 111101001011001100111111011111011111010010110011001111110111101101011110 | f4b33f7df4b33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)