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 | 遇???閨 | 10001011111101100011111100111111001111111110100010000001 | 8bf63f3f3fe881 |
EUC-JP | 遇???閨 | 10110110111110000011111100111111001111111110111111100001 | b6f83f3f3fefe1 |
UTF-8 | 遇띤뗍뤋閨 | 111010011000000110000111111010111001110110100100111010111001011110001101111010111010010010001011111010011001011010101000 | e98187eb9da4eb978deba48be996a8 |
UHC | 遇띤뗍뤋閨 | 11101001111001111011011011101101101101101100000110001111101110111101000010110001 | e9e7b6edb6c18fbbd0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)