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 | »ù¤ê¹½ | 100011111011101111111001100011101010010011101010101110011000111010111101 | 8fbbf98ea4eab98ebd |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ??ù?¤ê??? | 001111110011111110001111101010111110001100111111100011111010001011110000100011111010101110110100001111110011111100111111 | 3f3f8fabe33f8fa2f08fabb43f3f3f |
UTF-8 | »ù¤ê¹½ | 110000101000111111000010101110111100001110111001110000101000111011000010101001001100001110101010110000101011100111000010100011101100001010111101 | c28fc2bbc3b9c28ec2a4c3aac2b9c28ec2bd |
UHC | ????¤?¹?½ | 001111110011111100111111001111111010001010110100001111111010100111110110001111111010100011110110 | 3f3f3f3fa2b43fa9f63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)