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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淲ー贒ァ韜捺 | 11111011010001001011000011111011101011111010011111101000111010011001001111100110 | fb44b0fbafa7e8e993e6 |
EUC-JP | ?ー贒ァ韜捺 | 001111111000111010110000100011111101111111000011100011101010011111110000111010111100011011101000 | 3f8eb08fdfc38ea7f0ebc6e8 |
UTF-8 | 淲ー贒ァ韜捺 | 111001101011011110110010111011111011110110110000111010001011010010010010111011111011110110100111111010011001111110011100111001101000110110111010 | e6b7b2efbdb0e8b492efbda7e99f9ce68dba |
UHC | ????韜捺 | 0011111100111111001111110011111111010100101101111101000111110100 | 3f3f3f3fd4b7d1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)