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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莊?迂?? | 11100100101101010011111110001001010010010011111100111111 | e4b53f89493f3f |
EUC-JP | 莊?迂?? | 11101000101101110011111110110001101010100011111100111111 | e8b73fb1aa3f3f |
UTF-8 | 莊렱迂勒갑 | 111010001000111010001010111010111010000010110001111010001011111110000010111011111010010110010010111010101011000010010001 | e88e8aeba0b1e8bf82efa592eab091 |
UHC | 莊렱迂勒갑 | 11101101111101101000111010111110111010011110011011010010111100001011000010101001 | edf68ebee9e6d2f0b0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)