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¤¸ | 111110110101000010001110101001001000111110111000 | fb508ea48fb8 |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ûP?¤?¸ | 100011111010101111100101010100000011111110001111101000101111000000111111100011111010001010110001 | 8fabe5503f8fa2f03f8fa2b1 |
UTF-8 | ûP¤¸ | 1100001110111011010100001100001010001110110000101010010011000010100011111100001010111000 | c3bb50c28ec2a4c28fc2b8 |
UHC | ?P?¤?¸ | 0011111101010000001111111010001010110100001111111010001010101100 | 3f503fa2b43fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)