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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?砦拔 | 0011111110001101110101001001110101010101 | 3f8dd49d55 |
EUC-JP | ?砦拔 | 0011111110111010110101101101100110110110 | 3fbad6d9b6 |
UTF-8 | 읨砦拔 | 111011001001110110101000111001111010000010100110111001101000101110010100 | ec9da8e7a0a6e68b94 |
UHC | 읨砦拔 | 110000001100101011110011111101101101101011111011 | c0caf3f6dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)