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 | ûC¶E | 1111101101000011100011101011011001000101 | fb438eb645 |
SJIS-WIN | ?C?¶E | 001111110100001100111111100000011111011101000101 | 3f433f81f745 |
EUC-JP | ûC?¶E | 1000111110101011111001010100001100111111101000101111100101000101 | 8fabe5433fa2f945 |
UTF-8 | ûC¶E | 1100001110111011010000111100001010001110110000101011011001000101 | c3bb43c28ec2b645 |
UHC | ?C?¶E | 001111110100001100111111101000101101001001000101 | 3f433fa2d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)