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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 艀畴瀛^ | 11100100011110001110000101100110111000000110100101011110 | e478e166e0695e |
EUC-JP | 艀畴瀛^ | 11100111110110011110000111000111110111111100101001011110 | e7d9e1c7dfca5e |
UTF-8 | 艀畴瀛^ | 11101000100010011000000011100111100101011011010011100111100000001001101101011110 | e88980e795b4e7809b5e |
UHC | 艀?瀛^ | 110111011011001000111111111001111011101001011110 | ddb23fe7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)