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 | 򥮸 | 111100101010010110001110101011101000111110111000 | f2a58eae8fb8 |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | ò??®?¸ | 100011111010101111010010001111110011111110001111101000101110111000111111100011111010001010110001 | 8fabd23f3f8fa2ee3f8fa2b1 |
UTF-8 | 򥮸 | 110000111011001011000010101001011100001010001110110000101010111011000010100011111100001010111000 | c3b2c2a5c28ec2aec28fc2b8 |
UHC | ???®?¸ | 0011111100111111001111111010001011100111001111111010001010101100 | 3f3f3fa2e73fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)