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 | 陜滄宦蠖ォ陷 | 1110100010011101100111111110100110011011100000011110010110111101101010111110100010011100 | e89d9fe99b81e5bdabe89c |
EUC-JP | 陜滄宦蠖ォ陷 | 111011111111110111011110111010111101010111100001111010101011111110001110101010111110111111111100 | effddeebd5e1eabf8eabeffc |
UTF-8 | 陜滄宦蠖ォ陷 | 111010011001100110011100111001101011101110000100111001011010111010100110111010001010000010010110111011111011110110101011111010011001100110110111 | e9999ce6bb84e5aea6e8a096efbdabe999b7 |
UHC | 陜滄宦??陷 | 11111001111100001111001111100111111111001011001000111111001111111111100111101000 | f9f0f3e7fcb23f3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)