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 | 襪矩后蟷 | 1110011001000011100010111110100110001101010000001110010110111001 | e6438be98d40e5b9 |
EUC-JP | 襪矩后蟷 | 1110101110100100101101101110101110111001101000011110101010111011 | eba4b6ebb9a1eabb |
UTF-8 | 襪矩后蟷 | 111010001010010110101010111001111001111110101001111001011001000010001110111010001001111110110111 | e8a5aae79fa9e5908ee89fb7 |
UHC | 襪矩后? | 11011000110010101100111110111011111111011010100000111111 | d8cacfbbfda83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)