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 | ÷õ×çठ| 111101111111010111010111111001111110000010100100 | f7f5d7e7e0a4 |
SJIS-WIN | ÷?×??? | 1000000110000000001111111000000101111110001111110011111100111111 | 81803f817e3f3f3f |
EUC-JP | ÷õ×çठ| 10100001111000001000111110101011110110001010000111011111100011111010101110101110100011111010101110100010100011111010001011110000 | a1e08fabd8a1df8fabae8faba28fa2f0 |
UTF-8 | ÷õ×çठ| 110000111011011111000011101101011100001110010111110000111010011111000011101000001100001010100100 | c3b7c3b5c397c3a7c3a0c2a4 |
UHC | ÷?×??¤ | 101000011100000000111111101000011011111100111111001111111010001010110100 | a1c03fa1bf3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)