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 | 鸚??秧② | 1110101001011111001111110011111111100010010111101000011101000001 | ea5f3f3fe25e8741 |
EUC-JP | 鸚?˝秧? | 111100111100000000111111100011111010001010110011111000111011111100111111 | f3c03f8fa2b3e3bf3f |
UTF-8 | 鸚뺟˝秧② | 1110100110111000100110101110101110111010100111111100101110011101111001111010011110100111111000101001000110100001 | e9b89aebba9fcb9de7a7a7e291a1 |
UHC | 鸚뺟˝秧② | 11100101101001001001010111100111101000101010100111100100111010111010100011101000 | e5a495e7a2a9e4eba8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)