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 | 史姻靜? | 10001110011010101000100011110111111010001100111000111111 | 8e6a88f7e8ce3f |
EUC-JP | 史姻靜? | 10111011110010111011000011111001111100001101000000111111 | bbcbb0f9f0d03f |
UTF-8 | 史姻靜잼 | 111001011000111110110010111001011010011110111011111010011001110110011100111011001001111010111100 | e58fb2e5a7bbe99d9cec9ebc |
UHC | 史姻靜잼 | 1101111011001000111011001101100011110000101000011100000011101011 | dec8ecd8f0a1c0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)