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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◆?櫂曝 | 10000001100111110011111110011111010001001001010010011000 | 819f3f9f449498 |
EUC-JP | ◆?櫂曝 | 10100010101000010011111111011101101001011100011111111000 | a2a13fdda5c7f8 |
UTF-8 | ◆룶櫂曝 | 111000101001011110000110111010111010001110110110111001101010101110000010111001101001101110011101 | e29786eba3b6e6ab82e69b9d |
UHC | ◆룶櫂曝 | 1010000111011111100011111010101111010100101000101111100011101101 | a1df8fabd4a2f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)