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ݽ | 11111011010100001101110110111101 | fb50ddbd |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûPÝ? | 1000111110101011111001010101000010001111101010101111001000111111 | 8fabe5508faaf23f |
UTF-8 | ûPݽ | 11000011101110110101000011000011100111011100001010111101 | c3bb50c39dc2bd |
UHC | ?P?½ | 0011111101010000001111111010100011110110 | 3f503fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)