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 | ÕÁ÷ | 1000111011010101100011111100000111110111 | 8ed58fc1f7 |
SJIS-WIN | ????÷ | 001111110011111100111111001111111000000110000000 | 3f3f3f3f8180 |
EUC-JP | ?Õ?Á÷ | 00111111100011111010101011011000001111111000111110101010101000011010000111100000 | 3f8faad83f8faaa1a1e0 |
UTF-8 | ÕÁ÷ | 11000010100011101100001110010101110000101000111111000011100000011100001110110111 | c28ec395c28fc381c3b7 |
UHC | ????÷ | 001111110011111100111111001111111010000111000000 | 3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)