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 | 驕碑ウ械 | 11101001100000011001010011101000101100111000101001000010 | e98194e8b38a42 |
EUC-JP | 驕碑ウ械 | 1111000111100001110010001110101010001110101100111011001110100011 | f1e1c8ea8eb3b3a3 |
UTF-8 | 驕碑ウ械 | 111010011010100110010101111001111010001010010001111011111011110110110011111001101010001010110000 | e9a995e7a291efbdb3e6a2b0 |
UHC | 驕碑?械 | 11001110111101101101110111111000001111111100110011111110 | cef6ddf83fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)