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 | 棹輸坏 | 100111101010100010010111010000011001101010101101 | 9ea897419aad |
EUC-JP | 棹輸坏 | 110111001010101011001101101000101101010010101111 | dcaacda2d4af |
UTF-8 | 棹輸坏 | 111001101010001110111001111010001011110010111000111001011001110110001111 | e6a3b9e8bcb8e59d8f |
UHC | 棹輸? | 1101010010100001111000101100001100111111 | d4a1e2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)