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 | 長?諍?^ | 10010010101101110011111111100110011110010011111101011110 | 92b73fe6793f5e |
EUC-JP | 長?諍?^ | 11000100101110010011111111101011110110100011111101011110 | c4b93febda3f5e |
UTF-8 | 長렮諍렋^ | 11101001100101011011011111101011101000001010111011101000101010111000110111101011101000001000101101011110 | e995b7eba0aee8ab8deba08b5e |
UHC | 長렮諍렋^ | 111011011111111010001110101110111110111010110101100011101010001001011110 | edfe8ebbeeb58ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)