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 | ??d??? | 001111110011111101100100001111110011111100111111 | 3f3f643f3f3f |
SJIS-WIN | 旭?d畯?? | 1000100010101110001111110110010011111011011011110011111100111111 | 88ae3f64fb6f3f3f |
EUC-JP | 旭?d畯?? | 101100001011000000111111011001001000111111001101101110110011111100111111 | b0b03f648fcdbb3f3f |
UTF-8 | 旭렔d畯흑렲 | 11100110100101111010110111101011101000001001010001100100111001111001010110101111111011011001110110010001111010111010000010110010 | e697adeba09464e795afed9d91eba0b2 |
UHC | 旭렔d畯흑렲 | 1110100111101111100011101010100101100100111100011110000111001000111001101000111010111111 | e9ef8ea964f1e1c8e68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)