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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?煽甦 | 0011111110010000111110001110000101010011 | 3f90f8e153 |
EUC-JP | 堧煽甦 | 10001111101110001010100011000000111110101110000110110100 | 8fb8a8c0fae1b4 |
UTF-8 | 堧煽甦 | 111001011010000010100111111001111000010110111101111001111001010010100110 | e5a0a7e785bde794a6 |
UHC | 堧煽甦 | 111001101100000011100000110000111110000111000001 | e6c0e0c3e1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)