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 | 瓮←∀ | 111000010100010010000001101010011000000111001101 | e14481a981cd |
EUC-JP | 瓮←∀ | 111000011010010110100010101010111010001011001111 | e1a5a2aba2cf |
UTF-8 | 瓮←∀ | 111001111001001110101110111000101000011010010000111000101000100010000000 | e793aee28690e28880 |
UHC | 瓮←∀ | 111010001011011110100001111001111010001010100011 | e8b7a1e7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)