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 | 雅???? | 100010011110101100111111001111110011111100111111 | 89eb3f3f3f3f |
EUC-JP | 雅??瑗? | 1011001011101101001111110011111110001111110011001100000000111111 | b2ed3f3f8fccc03f |
UTF-8 | 雅ⓥ넂瑗놟 | 111010011001101110000101111000101001001110100101111010111000010010000010111001111001000110010111111010111000011010011111 | e99b85e293a5eb8482e79197eb869f |
UHC | 雅ⓥ넂瑗놟 | 11100100101110101010100011100010100001101001001011101010101111001000011101000010 | e4baa8e28692eabc8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)