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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟ョ竊瀧┯ | 111001011010010010101110111000101000011010010001111010111000010010110110 | e5a4aee28691eb84b6 |
EUC-JP | 螟ョ竊瀧┯ | 11101010101001101000111010101110111000111110011011000010111011011010100010111000 | eaa68eaee3e6c2eda8b8 |
UTF-8 | 螟ョ竊瀧┯ | 111010001001111010011111111011111011110110101110111001111010101110001010111001111000000010100111111000101001010010101111 | e89e9fefbdaee7ab8ae780a7e294af |
UHC | 螟?竊瀧┯ | 110110011010110100111111111011111011110011010110111010011010011010111000 | d9ad3fefbcd6e9a6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)