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 | 円?】??? | 1000100101111110001111111000000101111010001111110011111100111111 | 897e3f817a3f3f3f |
EUC-JP | 円?】??? | 1011000111011111001111111010000111011011001111110011111100111111 | b1df3fa1db3f3f3f |
UTF-8 | 円ㅼ】鱗욘콨 | 111001011000011010000110111000111000010110111100111000111000000010010001111011111010011110110010111011001001101010011000111011001011110110101000 | e58686e385bce38091efa7b2ec9a98ecbda8 |
UHC | 円ㅼ】鱗욘콨 | 111001011111011110100100111011001010000110111101111011001110011110111111111001101011000110011101 | e5f7a4eca1bdece7bfe6b19d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)