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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 綬? | 100011101111100000111111 | 8ef83f |
EUC-JP | 綬瘦 | 1011110011111010100011111100110111110111 | bcfa8fcdf7 |
UTF-8 | 綬瘦 | 111001111011011010101100111001111001100010100110 | e7b6ace798a6 |
UHC | 綬瘦 | 11100010101110001110001010110001 | e2b8e2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)