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 | 町??檍? | 10010010101011000011111100111111100111101111100000111111 | 92ac3f3f9ef83f |
EUC-JP | 町??檍? | 11000100101011100011111100111111110111001111101000111111 | c4ae3f3fdcfa3f |
UTF-8 | 町켕렩檍뻬 | 111001111001010010111010111011001011110010010101111010111010000010101001111001101010101010001101111010111011101110101100 | e794baecbc95eba0a9e6aa8debbbac |
UHC | 町켕렩檍뻬 | 11101111111010111100010011010000100011101011011111100101111001011011101110111110 | efebc4d08eb7e5e5bbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)