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 | ?芽枉 | 0011111110001001111010001001111001011101 | 3f89e89e5d |
EUC-JP | ?芽枉 | 0011111110110010111010101101101110111110 | 3fb2eadbbe |
UTF-8 | 윟芽枉 | 111011001001110010011111111010001000101010111101111001101001111010001001 | ec9c9fe88abde69e89 |
UHC | 윟芽枉 | 100111111010001011100100101101001110100011011011 | 9fa2e4b4e8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)