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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 蛇疾莇蒔室H | 1000111011010110100011101011111011100100101101001000111010101010100011101011101001001000 | 8ed68ebee4b48eaa8eba48 |
EUC-JP | 蛇疾莇蒔室H | 1011110011011000101111001100000011101000101101101011110010101100101111001011110001001000 | bcd8bcc0e8b6bcacbcbc48 |
UTF-8 | 蛇疾莇蒔室H | 11101000100110111000011111100111100101101011111011101000100011101000011111101000100100101001010011100101101011101010010001001000 | e89b87e796bee88e87e89294e5aea448 |
UHC | 蛇疾?蒔室H | 11011110111011111111001011110000001111111110001111001000111000111111100001001000 | deeff2f03fe3c8e3f848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)