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 | ò«Îê¼ | 111100101010101111001110111010101000111010111100 | f2abceea8ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò?Îê?? | 100011111010101111010010001111111000111110101010110000101000111110101011101101000011111100111111 | 8fabd23f8faac28fabb43f3f |
UTF-8 | ò«Îê¼ | 110000111011001011000010101010111100001110001110110000111010101011000010100011101100001010111100 | c3b2c2abc38ec3aac28ec2bc |
UHC | ?????¼ | 00111111001111110011111100111111001111111010100011111001 | 3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)