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 | 濟?園?誼 | 1110000001011010001111111000100110000000001111111000101101100010 | e05a3f89803f8b62 |
EUC-JP | 濟?園?誼 | 1101111110111011001111111011000111100000001111111011010111000011 | dfbb3fb1e03fb5c3 |
UTF-8 | 濟렎園렋誼 | 111001101011111110011111111010111010000010001110111001011001110010010010111010111010000010001011111010001010101010111100 | e6bf9feba08ee59c92eba08be8aabc |
UHC | 濟렎園렋誼 | 11110000101011011000111010100100111010101010111010001110101000101110101111111110 | f0ad8ea4eaae8ea2ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)