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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??蕣蒻 | 001111110011111111100100111110101110010011101000 | 3f3fe4fae4e8 |
EUC-JP | ??蕣蒻 | 001111110011111111101000111111001110100011101010 | 3f3fe8fce8ea |
UTF-8 | 롒栒蕣蒻 | 111010111010000110010010111001101010000010010010111010001001010110100011111010001001001010111011 | eba192e6a092e895a3e892bb |
UHC | 롒栒蕣蒻 | 1000111011010111111000101110001111100010111100101110010110110110 | 8ed7e2e3e2f2e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)