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« | 1000111111100001111110110100001010101011 | 8fe1fb42ab |
SJIS-WIN | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
EUC-JP | ?áûB? | 001111111000111110101011101000011000111110101011111001010100001000111111 | 3f8faba18fabe5423f |
UTF-8 | áûB« | 110000101000111111000011101000011100001110111011010000101100001010101011 | c28fc3a1c3bb42c2ab |
UHC | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)