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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀??肄? | 11100111101100010011111100111111111000111110010100111111 | e7b13f3fe3e53f |
EUC-JP | 邀??肄? | 11101110101100110011111100111111111001101110011100111111 | eeb33f3fe6e73f |
UTF-8 | 邀싳옓肄낲 | 111010011000001010000000111011001000101110110011111011001001100010010011111010001000001010000100111010111000001010110010 | e98280ec8bb3ec9893e88284eb82b2 |
UHC | 邀싳옓肄낲 | 11101001101011011001101011101100100111101001100111101100101111011000011001000110 | e9ad9aec9e99ecbd8646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)