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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 遒ゥh遒ゥ | 11100111101000101010100101101000111001111010001010101001 | e7a2a968e7a2a9 |
EUC-JP | 遒ゥh遒ゥ | 111011101010010010001110101010010110100011101110101001001000111010101001 | eea48ea968eea48ea9 |
UTF-8 | 遒ゥh遒ゥ | 11101001100000011001001011101111101111011010100101101000111010011000000110010010111011111011110110101001 | e98192efbda968e98192efbda9 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)