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 | ëÞ¨B | 11101011110111101010100001000010 | ebdea842 |
SJIS-WIN | ??¨B | 0011111100111111100000010100111001000010 | 3f3f814e42 |
EUC-JP | ëÞ¨B | 100011111010101110110011100011111010100110110000101000011010111101000010 | 8fabb38fa9b0a1af42 |
UTF-8 | ëÞ¨B | 11000011101010111100001110011110110000101010100001000010 | c3abc39ec2a842 |
UHC | ?Þ¨B | 001111111010100010101101101000011010011101000010 | 3fa8ada1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)