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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佃???凹 | 10010010110011110011111100111111001111111000100110011010 | 92cf3f3f3f899a |
EUC-JP | 佃???凹 | 11000100110100010011111100111111001111111011000111111010 | c4d13f3f3fb1fa |
UTF-8 | 佃렣泥렣凹 | 111001001011110110000011111010111010000010100011111011111010011110100011111010111010000010100011111001011000011110111001 | e4bd83eba0a3efa7a3eba0a3e587b9 |
UHC | 佃렣泥렣凹 | 11101110111011001000111010110100111011001011001010001110101101001110100011101010 | eeec8eb4ecb28eb4e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)