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 | 唸哺哭 | 100110100101100010011010010011011001101001001100 | 9a589a4d9a4c |
EUC-JP | 唸哺哭 | 110100111011100111010011101011101101001110101101 | d3b9d3aed3ad |
UTF-8 | 唸哺哭 | 111001011001010010111000111001011001001110111010111001011001001110101101 | e594b8e593bae593ad |
UHC | ?哺哭 | 0011111111111000110101001100110111010110 | 3ff8d4cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)