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 | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 篠タト識oBF | 100011101100001011000000110001001000111010101111011011110100001001000110 | 8ec2c0c48eaf6f4246 |
EUC-JP | 篠タト識oBF | 1011110011000100100011101100000010001110110001001011110010110001011011110100001001000110 | bcc48ec08ec4bcb16f4246 |
UTF-8 | 篠タト識oBF | 111001111010111110100000111011111011111010000000111011111011111010000100111010001010110110011000011011110100001001000110 | e7afa0efbe80efbe84e8ad986f4246 |
UHC | 篠??識oBF | 111000011100011000111111001111111110001111011011011011110100001001000110 | e1c63f3fe3db6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)