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 | 毅萌? | 1000101101000010100101100100011100111111 | 8b4296473f |
EUC-JP | 毅萌? | 1011010110100011110010111010100000111111 | b5a3cba83f |
UTF-8 | 毅萌놔 | 111001101010111110000101111010001001000010001100111010111000011010010100 | e6af85e8908ceb8694 |
UHC | 毅萌놔 | 111010111111011011011000111100001011001111110110 | ebf6d8f0b3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)