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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???? | 111000011001111100111111001111110011111100111111 | e19f3f3f3f3f |
EUC-JP | 癲???獒 | 1110001010100001001111110011111100111111100011111100101110111011 | e2a13f3f3f8fcbbb |
UTF-8 | 癲욌맩짹獒 | 111001111001100110110010111011001001101010001100111010111010011110101001111011001010011110111001111001111000110110010010 | e799b2ec9a8ceba7a9eca7b9e78d92 |
UHC | 癲욌맩짹獒 | 11101111101001101001111011101011100100001011000111000010101100011110100010100011 | efa69eeb90b1c2b1e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)