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 | ???意? | 001111110011111100111111100010001101001100111111 | 3f3f3f88d33f |
EUC-JP | ???意? | 001111110011111100111111101100001101010100111111 | 3f3f3fb0d53f |
UTF-8 | 閱묐벉意€ | 111010011001011010110001111010111010110010010000111010111011001010001001111001101000010010001111111000101000001010101100 | e996b1ebac90ebb289e6848fe282ac |
UHC | 閱묐벉意€ | 11100110111100111001000111101011100100111010110011101011111100101010001011100110 | e6f391eb93acebf2a2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)