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 | 賁?}賁?{^ | 111001101100101000111111011111011110011011001010001111110111101101011110 | e6ca3f7de6ca3f7b5e |
EUC-JP | 賁?}賁?{^ | 111011001100110000111111011111011110110011001100001111110111101101011110 | eccc3f7deccc3f7b5e |
UTF-8 | 賁윔}賁윔{^ | 111010001011001110000001111011001001110010010100011111011110100010110011100000011110110010011100100101000111101101011110 | e8b381ec9c947de8b381ec9c947b5e |
UHC | 賁윔}賁윔{^ | 1101110111010011110000001010101101111101110111011101001111000000101010110111101101011110 | ddd3c0ab7dddd3c0ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)