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 | 陜滄宦蠖ォ | 111010001001110110011111111010011001101110000001111001011011110110101011 | e89d9fe99b81e5bdab |
EUC-JP | 陜滄宦蠖ォ | 11101111111111011101111011101011110101011110000111101010101111111000111010101011 | effddeebd5e1eabf8eab |
UTF-8 | 陜滄宦蠖ォ | 111010011001100110011100111001101011101110000100111001011010111010100110111010001010000010010110111011111011110110101011 | e9999ce6bb84e5aea6e8a096efbdab |
UHC | 陜滄宦?? | 1111100111110000111100111110011111111100101100100011111100111111 | f9f0f3e7fcb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)