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ÝÉ | 11111011010100001101110111001001 | fb50ddc9 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûPÝÉ | 10001111101010111110010101010000100011111010101011110010100011111010101010110001 | 8fabe5508faaf28faab1 |
UTF-8 | ûPÝÉ | 11000011101110110101000011000011100111011100001110001001 | c3bb50c39dc389 |
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)