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 | ??命 | 00111111001111111001011010111101 | 3f3f96bd |
EUC-JP | ??命 | 00111111001111111100110010111111 | 3f3fccbf |
UTF-8 | 쌜뤙命 | 111011001000110010011100111010111010010010011001111001011001000110111101 | ec8c9ceba499e591bd |
UHC | 쌜뤙命 | 101111011101101110001111110010001101100110100100 | bddb8fc8d9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)