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 | 乙?㏄ | 1000100110110011001111111000011101110100 | 89b33f8774 |
EUC-JP | 乙?? | 10110010101101010011111100111111 | b2b53f3f |
UTF-8 | 乙븍㏄ | 111001001011100110011001111010111011100010001101111000111000111110000100 | e4b999ebb88de38f84 |
UHC | 乙븍㏄ | 111010111110000010111010111010111010011110100110 | ebe0baeba7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)