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 | 1100001110111011010000111100001010001110110000101011011001000101 | c3bb43c28ec2b645 |
SJIS-WIN | ??C???¶E | 001111110011111101000011001111110011111100111111100000011111011101000101 | 3f3f433f3f3f81f745 |
EUC-JP | �C�¶E | 100011111010101010101010001111110100001110001111101010101010010000111111100011111010101010100100101000101111100101000101 | 8faaaa3f438faaa43f8faaa4a2f945 |
UTF-8 | ûC¶E | 1100001110000011110000101011101101000011110000111000001011000010100011101100001110000010110000101011011001000101 | c383c2bb43c382c28ec382c2b645 |
UHC | ??C???¶E | 001111110011111101000011001111110011111100111111101000101101001001000101 | 3f3f433f3f3fa2d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)