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 | ð¼Òê² | 111100001011110011010010111010101000111010110010 | f0bcd2ea8eb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ð?Òê?? | 100011111010100111000011001111111000111110101010110100101000111110101011101101000011111100111111 | 8fa9c33f8faad28fabb43f3f |
UTF-8 | ð¼Òê² | 110000111011000011000010101111001100001110010010110000111010101011000010100011101100001010110010 | c3b0c2bcc392c3aac28ec2b2 |
UHC | ð¼???² | 101010011010001110101000111110010011111100111111001111111010100111110111 | a9a3a8f93f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)