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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蒻??掖?^ | 1110010011101000001111110011111110011101011101000011111101011110 | e4e83f3f9d743f5e |
EUC-JP | 蒻??掖?^ | 1110100011101010001111110011111111011001110101010011111101011110 | e8ea3f3fd9d53f5e |
UTF-8 | 蒻멩㈁掖쁃^ | 11101000100100101011101111101011101010011010100111100011100010001000000111100110100011101001011011101100100000011000001101011110 | e892bbeba9a9e38881e68e96ec81835e |
UHC | 蒻멩㈁掖쁃^ | 1110010110110110101110001110011010101001101100101110010011111010100110000100010001011110 | e5b6b8e6a9b2e4fa98445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)