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 | 癲??8淫 | 1110000110011111001111110011111110000010010101111000100011111010 | e19f3f3f825788fa |
EUC-JP | 癲??8淫 | 1110001010100001001111110011111110100011101110001011000011111100 | e2a13f3fa3b8b0fc |
UTF-8 | 癲쑳욌8淫 | 111001111001100110110010111011001001000110110011111011001001101010001100111011111011110010011000111001101011011110101011 | e799b2ec91b3ec9a8cefbc98e6b7ab |
UHC | 癲쑳욌8淫 | 11101111101001101001110011001110100111101110101110100011101110001110101111100010 | efa69cce9eeba3b8ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)