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 | Þùó¯BF | 110111101111100111110011101011110100001001000110 | def9f3af4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | Þùó¯BF | 1000111110101001101100001000111110101011111000111000111110101011110100011000111110100010101101000100001001000110 | 8fa9b08fabe38fabd18fa2b44246 |
UTF-8 | Þùó¯BF | 11000011100111101100001110111001110000111011001111000010101011110100001001000110 | c39ec3b9c3b3c2af4246 |
UHC | Þ???BF | 10101000101011010011111100111111001111110100001001000110 | a8ad3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)