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 | 城。狷祥憘 | 100011111110100110100001111000001100010010001111110010111111101011000110 | 8fe9a1e0c48fcbfac6 |
EUC-JP | 城。狷祥憘 | 1011111011101011100011101010000111100000110001101011111011001101100011111011111011100100 | beeb8ea1e0c6becd8fbee4 |
UTF-8 | 城。狷祥憘 | 111001011001111110001110111011111011110110100001111001111000101110110111111001111010010110100101111001101000011010011000 | e59f8eefbda1e78bb7e7a5a5e68698 |
UHC | 城??祥憘 | 1110000011110010001111110011111111011111110101001111110111110011 | e0f23f3fdfd4fdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)