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 | 渦ú®¿W | 11100110101110001010011011111010101011101011111101010111 | e6b8a6faaebf57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | 渦ú®¿W | 10001111101010011100000110001111101000101011000110001111101000101100001110001111101010111110001010001111101000101110111010001111101000101100010001010111 | 8fa9c18fa2b18fa2c38fabe28fa2ee8fa2c457 |
UTF-8 | 渦ú®¿W | 11000011101001101100001010111000110000101010011011000011101110101100001010101110110000101011111101010111 | c3a6c2b8c2a6c3bac2aec2bf57 |
UHC | æ¸??®¿W | 1010100110100001101000101010110000111111001111111010001011100111101000101010111101010111 | a9a1a2ac3f3fa2e7a2af57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)