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 | 簇?仲?^ | 11100010110001100011111110010010100001110011111101011110 | e2c63f92873f5e |
EUC-JP | 簇?仲?^ | 11100100110010000011111111000011111001110011111101011110 | e4c83fc3e73f5e |
UTF-8 | 簇렒仲렒^ | 11100111101100001000011111101011101000001001001011100100101110111011001011101011101000001001001001011110 | e7b087eba092e4bbb2eba0925e |
UHC | 簇렒仲렒^ | 111100001110101010001110101001111111000111101010100011101010011101011110 | f0ea8ea7f1ea8ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)