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 | 曖??窈 | 100111100100001000111111001111111110001001110111 | 9e423f3fe277 |
EUC-JP | 曖??窈 | 110110111010001100111111001111111110001111011000 | dba33f3fe3d8 |
UTF-8 | 曖며뜿窈 | 111001101001101110010110111010111010100110110000111010111001110010111111111001111010101010001000 | e69b96eba9b0eb9cbfe7aa88 |
UHC | 曖며뜿窈 | 1110010011110010101110001110011110001101101110101110100110100001 | e4f2b8e78dbae9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)