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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裘而淏 | 111001011110001010001110101001111111101101000010 | e5e28ea7fb42 |
EUC-JP | 裘而淏 | 11101010111001001011110010101001100011111100011111011001 | eae4bca98fc7d9 |
UTF-8 | 裘而淏 | 111010001010001110011000111010001000000010001100111001101011011110001111 | e8a398e8808ce6b78f |
UHC | ?而淏 | 0011111111101100101110111111101111001000 | 3fecbbfbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)