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 | 髯ヲ讎贋コ | 1110100110011001101001101110011010100110100010101110010010111010 | e999a6e6a68ae4ba |
EUC-JP | 髯ヲ讎贋コ | 11110001111110011000111010100110111011001010100010110100111001101000111010111010 | f1f98ea6eca8b4e68eba |
UTF-8 | 髯ヲ讎贋コ | 111010011010101110101111111011111011110110100110111010001010111010001110111010001011010010001011111011111011110110111010 | e9abafefbda6e8ae8ee8b48befbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)