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 | ?晩? | 00111111100101001101001100111111 | 3f94d33f |
EUC-JP | ?晩? | 00111111110010001101010100111111 | 3fc8d53f |
UTF-8 | 윔晩뗑 | 111011001001110010010100111001101001100110101001111010111001011110010001 | ec9c94e699a9eb9791 |
UHC | 윔晩뗑 | 110000001010101111011000101110011011011011000100 | c0abd8b9b6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)