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 | 珥犹狎 | 111000001110000011100000101110011110000010111110 | e0e0e0b9e0be |
EUC-JP | 珥犹狎 | 111000001110001011100000101110111110000011000000 | e0e2e0bbe0c0 |
UTF-8 | 珥犹狎 | 111001111000111110100101111001111000101010111001111001111000101110001110 | e78fa5e78ab9e78b8e |
UHC | 珥?狎 | 1110110010110100001111111110010011100100 | ecb43fe4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)