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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 翦大翦垈^ | 111000111100011010010001111001011110001111000110100110101011000001011110 | e3c691e5e3c69ab05e |
EUC-JP | 翦大翦垈^ | 111001101100100011000010111001111110011011001000110101001011001001011110 | e6c8c2e7e6c8d4b25e |
UTF-8 | 翦大翦垈^ | 11100111101111111010011011100101101001001010011111100111101111111010011011100101100111101000100001011110 | e7bfa6e5a4a7e7bfa6e59e885e |
UHC | ?大?垈^ | 00111111110100111101111000111111110100111101110001011110 | 3fd3de3fd3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)