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 | 節??瑤 | 100100001101111100111111001111111110101010100010 | 90df3f3feaa2 |
EUC-JP | 節??瑤 | 110000001110000100111111001111111111010010100100 | c0e13f3ff4a4 |
UTF-8 | 節놂풖瑤 | 111001111010111110000000111010111000011010000010111011011001001010010110111001111001000110100100 | e7af80eb8682ed9296e791a4 |
UHC | 節놂풖瑤 | 1110111110111101101100111110111110111110100110011110100011111101 | efbdb3efbe99e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)