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¶ûX | 111110110101000010001110101101101111101101011000 | fb508eb6fb58 |
SJIS-WIN | ?P?¶?X | 00111111010100000011111110000001111101110011111101011000 | 3f503f81f73f58 |
EUC-JP | ûP?¶ûX | 1000111110101011111001010101000000111111101000101111100110001111101010111110010101011000 | 8fabe5503fa2f98fabe558 |
UTF-8 | ûP¶ûX | 11000011101110110101000011000010100011101100001010110110110000111011101101011000 | c3bb50c28ec2b6c3bb58 |
UHC | ?P?¶?X | 00111111010100000011111110100010110100100011111101011000 | 3f503fa2d23f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)