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¶\ | 1111101101010000100011101011011001011100 | fb508eb65c |
SJIS-WIN | ?P?¶\ | 001111110101000000111111100000011111011101011100 | 3f503f81f75c |
EUC-JP | ûP?¶\ | 1000111110101011111001010101000000111111101000101111100101011100 | 8fabe5503fa2f95c |
UTF-8 | ûP¶\ | 1100001110111011010100001100001010001110110000101011011001011100 | c3bb50c28ec2b65c |
UHC | ?P?¶\ | 001111110101000000111111101000101101001001011100 | 3f503fa2d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)