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 | 弱?飮? | 100011101110001100111111100111110101101000111111 | 8ee33f9f5a3f |
EUC-JP | 弱?飮? | 101111001110010100111111110111011011101100111111 | bce53fddbb3f |
UTF-8 | 弱뢔飮쩈 | 111001011011110010110001111010111010001010010100111010011010001110101110111011001010100110001000 | e5bcb1eba294e9a3aeeca988 |
UHC | 弱뢔飮쩈 | 1110010110110000100011110100111111101011111001101010010101000010 | e5b08f4febe6a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)