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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 預??慂?? | 1001011101100001001111110011111110011100110010000011111100111111 | 97613f3f9cc83f3f |
EUC-JP | 預??慂?? | 1100110111000010001111110011111111011000110010100011111100111111 | cdc23f3fd8ca3f3f |
UTF-8 | 預앸젩慂뗫젪 | 111010011010000010010000111011001001010110111000111011001010000010101001111001101000010110000010111010111001011110101011111011001010000010101010 | e9a090ec95b8eca0a9e68582eb97abeca0aa |
UHC | 預앸젩慂뗫젪 | 111001111110100010011101111010111010000010100001111010011011110110001011111010111010000010100010 | e7e89deba0a1e9bd8beba0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)