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ª | 11111011010100001000111010101010 | fb508eaa |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûP?ª | 1000111110101011111001010101000000111111100011111010001011101100 | 8fabe5503f8fa2ec |
UTF-8 | ûPª | 11000011101110110101000011000010100011101100001010101010 | c3bb50c28ec2aa |
UHC | ?P?ª | 0011111101010000001111111010100010100011 | 3f503fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)