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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ャ譎∵・エ | 111010011001100110101100111001101001100110000001111001101010010110110100 | e999ace69981e6a5b4 |
EUC-JP | 髯ャ譎∵・エ | 111100011111100110001110101011001110101111111001101000101110100010001110101001011000111010110100 | f1f98eacebf9a2e88ea58eb4 |
UTF-8 | 髯ャ譎∵・エ | 111010011010101110101111111011111011110110101100111010001010110110001110111000101000100010110101111011111011110110100101111011111011110110110100 | e9abafefbdace8ad8ee288b5efbda5efbdb4 |
UHC | ??譎∵?? | 0011111100111111111111011101001010100001111100010011111100111111 | 3f3ffdd2a1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)