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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 耀?隅遡 | 10010111011100110011111110001011111101111001000101101011 | 97733f8bf7916b |
EUC-JP | 耀?隅遡 | 11001101110101000011111110110110111110011100000111001100 | cdd43fb6f9c1cc |
UTF-8 | 耀歷隅遡 | 111010001000000010000000111011111010011010001100111010011001101010000101111010011000000110100001 | e88080efa68ce99a85e981a1 |
UHC | 耀歷隅遡 | 1110100110100101111001101011100011101001111010101110000111001111 | e9a5e6b8e9eae1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)