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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 約??約 | 100101101111000100111111001111111001011011110001 | 96f13f3f96f1 |
EUC-JP | 約??約 | 110011001111001100111111001111111100110011110011 | ccf33f3fccf3 |
UTF-8 | 約들눈約 | 111001111011010010000100111010111001001110100100111010111000100010001000111001111011010010000100 | e7b484eb93a4eb8888e7b484 |
UHC | 約들눈約 | 1110010110110011101101011110100110110100101010111110010110110011 | e5b3b5e9b4abe5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)