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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霆?屠 | 1110100010111011001111111001001101101010 | e8bb3f936a |
EUC-JP | 霆?屠 | 1111000010111101001111111100010111001011 | f0bd3fc5cb |
UTF-8 | 霆펫屠 | 111010011001110010000110111011011000111010101011111001011011000110100000 | e99c86ed8eabe5b1a0 |
UHC | 霆펫屠 | 111011111111110111000110111010101101001111110101 | effdc6ead3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)