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 | 髯樊コキ雕 | 1110100110011001100111101110011010111010101101111110100010111000 | e9999ee6bab7e8b8 |
EUC-JP | 髯樊コキ雕 | 11110001111110011101110011101000100011101011101010001110101101111111000010111010 | f1f9dce88eba8eb7f0ba |
UTF-8 | 髯樊コキ雕 | 111010011010101110101111111001101010100010001010111011111011110110111010111011111011110110110111111010011001101110010101 | e9abafe6a88aefbdbaefbdb7e99b95 |
UHC | ?樊??雕 | 00111111110110111110000000111111001111111111000011100111 | 3fdbe03f3ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)