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 | 有?紙?^ | 10010111010011000011111110001110100001100011111101011110 | 974c3f8e863f5e |
EUC-JP | 有?紙?^ | 11001101101011010011111110111011111001100011111101011110 | cdad3fbbe63f5e |
UTF-8 | 有렭紙렟^ | 11100110100111001000100111101011101000001010110111100111101101001001100111101011101000001001111101011110 | e69c89eba0ade7b499eba09f5e |
UHC | 有렭紙렟^ | 111010101111001110001110101110101111001010110101100011101011000001011110 | eaf38ebaf2b58eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)