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 | ?⇔? | 00111111100000011100110000111111 | 3f81cc3f |
EUC-JP | ?⇔? | 00111111101000101100111000111111 | 3fa2ce3f |
UTF-8 | 룶⇔更 | 111010111010001110110110111000101000011110010100111011111010010010000001 | eba3b6e28794efa481 |
UHC | 룶⇔更 | 100011111010101110100010101000101100101111010110 | 8faba2a2cbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)