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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艤遵 | 11100100011111101000111110000101 | e47e8f85 |
EUC-JP | 艤遵 | 11100111110111111011110111100101 | e7dfbde5 |
UTF-8 | 艤遵 | 111010001000100110100100111010011000000110110101 | e889a4e981b5 |
UHC | 艤遵 | 11101011111110101111000111100101 | ebfaf1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)