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£hûP£ | 111110110101000010001110101000110110100011111011010100001000111010100011 | fb508ea368fb508ea3 |
SJIS-WIN | ?P?£h?P?£ | 0011111101010000001111111000000110010010011010000011111101010000001111111000000110010010 | 3f503f8192683f503f8192 |
EUC-JP | ûP?£hûP?£ | 100011111010101111100101010100000011111110100001111100100110100010001111101010111110010101010000001111111010000111110010 | 8fabe5503fa1f2688fabe5503fa1f2 |
UTF-8 | ûP£hûP£ | 110000111011101101010000110000101000111011000010101000110110100011000011101110110101000011000010100011101100001010100011 | c3bb50c28ec2a368c3bb50c28ec2a3 |
UHC | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)