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 | ûPÛ¦ | 11111011010100001101101110100110 | fb50dba6 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûPÛ¦ | 10001111101010111110010101010000100011111010101011100101100011111010001011000011 | 8fabe5508faae58fa2c3 |
UTF-8 | ûPÛ¦ | 11000011101110110101000011000011100110111100001010100110 | c3bb50c39bc2a6 |
UHC | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)