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¤ûZ | 111110110101000010001110101001001111101101011010 | fb508ea4fb5a |
SJIS-WIN | ?P???Z | 001111110101000000111111001111110011111101011010 | 3f503f3f3f5a |
EUC-JP | ûP?¤ûZ | 100011111010101111100101010100000011111110001111101000101111000010001111101010111110010101011010 | 8fabe5503f8fa2f08fabe55a |
UTF-8 | ûP¤ûZ | 11000011101110110101000011000010100011101100001010100100110000111011101101011010 | c3bb50c28ec2a4c3bb5a |
UHC | ?P?¤?Z | 00111111010100000011111110100010101101000011111101011010 | 3f503fa2b43f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)