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 | 陰◇陰●^ | 100010010100000110000001100111101000100101000001100000011001110001011110 | 8941819e8941819c5e |
EUC-JP | 陰◇陰●^ | 101100011010001010100001111111101011000110100010101000011111110001011110 | b1a2a1feb1a2a1fc5e |
UTF-8 | 陰◇陰●^ | 11101001100110011011000011100010100101111000011111101001100110011011000011100010100101111000111101011110 | e999b0e29787e999b0e2978f5e |
UHC | 陰◇陰●^ | 111010111110010010100001110111101110101111100100101000011101110001011110 | ebe4a1deebe4a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)