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 | ?舒?舒^ | 00111111100110001010111000111111100110001010111001011110 | 3f98ae3f98ae5e |
EUC-JP | ?舒?舒^ | 00111111110100001011000000111111110100001011000001011110 | 3fd0b03fd0b05e |
UTF-8 | 인舒인舒^ | 11101100100111011011100011101000100010001001001011101100100111011011100011101000100010001001001001011110 | ec9db8e88892ec9db8e888925e |
UHC | 인舒인舒^ | 110000001100111011100000101000101100000011001110111000001010001001011110 | c0cee0a2c0cee0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)