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 | ï°Ûþ | 11101111101100001101101111111110 | efb0dbfe |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ï°Ûþ | 1000111110101011110000011010000111101011100011111010101011100101100011111010100111010000 | 8fabc1a1eb8faae58fa9d0 |
UTF-8 | ï°Ûþ | 1100001110101111110000101011000011000011100110111100001110111110 | c3afc2b0c39bc3be |
UHC | ?°?þ | 001111111010000111000110001111111010100110101101 | 3fa1c63fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)