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 | 銹?銹?^ | 11100111111101100011111111100111111101100011111101011110 | e7f63fe7f63f5e |
EUC-JP | 銹琰銹琰^ | 1110111011111000100011111100110010110100111011101111100010001111110011001011010001011110 | eef88fccb4eef88fccb45e |
UTF-8 | 銹琰銹琰^ | 11101001100010101011100111100111100100001011000011101001100010101011100111100111100100001011000001011110 | e98ab9e790b0e98ab9e790b05e |
UHC | 銹琰銹琰^ | 111000101100100011100110111111001110001011001000111001101111110001011110 | e2c8e6fce2c8e6fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)