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 | ששÕüB | 11010111101010011101011110101001110101011111110001000010 | d7a9d7a9d5fc42 |
SJIS-WIN | ×?×???B | 100000010111111000111111100000010111111000111111001111110011111101000010 | 817e3f817e3f3f3f42 |
EUC-JP | ששÕüB | 1010000111011111100011111010001011101101101000011101111110001111101000101110110110001111101010101101100010001111101010111110010001000010 | a1df8fa2eda1df8fa2ed8faad88fabe442 |
UTF-8 | ששÕüB | 11000011100101111100001010101001110000111001011111000010101010011100001110010101110000111011110001000010 | c397c2a9c397c2a9c395c3bc42 |
UHC | ×?×???B | 101000011011111100111111101000011011111100111111001111110011111101000010 | a1bf3fa1bf3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)