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 | ßóùÔB | 10001110110111111111001111111001100011101101010001000010 | 8edff3f98ed442 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?ßóù?ÔB | 001111111000111110101001110011101000111110101011110100011000111110101011111000110011111110001111101010101101010001000010 | 3f8fa9ce8fabd18fabe33f8faad442 |
UTF-8 | ßóùÔB | 11000010100011101100001110011111110000111011001111000011101110011100001010001110110000111001010001000010 | c28ec39fc3b3c3b9c28ec39442 |
UHC | ?ß????B | 0011111110101001101011000011111100111111001111110011111101000010 | 3fa9ac3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)