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ѼBF | 111110110101000011010001101111000100001001000110 | fb50d1bc4246 |
SJIS-WIN | ?P??BF | 001111110101000000111111001111110100001001000110 | 3f503f3f4246 |
EUC-JP | ûPÑ?BF | 10001111101010111110010101010000100011111010101011010000001111110100001001000110 | 8fabe5508faad03f4246 |
UTF-8 | ûPѼBF | 110000111011101101010000110000111001000111000010101111000100001001000110 | c3bb50c391c2bc4246 |
UHC | ?P?¼BF | 00111111010100000011111110101000111110010100001001000110 | 3f503fa8f94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)