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 | 魚??茹 | 100010111001101100111111001111111110010010100101 | 8b9b3f3fe4a5 |
EUC-JP | 魚??茹 | 101101011111101100111111001111111110100010100111 | b5fb3f3fe8a7 |
UTF-8 | 魚뚦땭茹 | 111010011010110110011010111010111001101010100110111010111001010110101101111010001000110010111001 | e9ad9aeb9aa6eb95ade88cb9 |
UHC | 魚뚦땭茹 | 1110010111100000100011001110010110001011100000111110011010101010 | e5e08ce58b83e6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)