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 | 咀?咀?^ | 10011001111100000011111110011001111100000011111101011110 | 99f03f99f03f5e |
EUC-JP | 咀?咀?^ | 11010010111100100011111111010010111100100011111101011110 | d2f23fd2f23f5e |
UTF-8 | 咀급咀긁^ | 11100101100100101000000011101010101110001000100111100101100100101000000011101010101110001000000101011110 | e59280eab889e59280eab8815e |
UHC | 咀급咀긁^ | 111011101011101010110001110111101110111010111010101100011101110001011110 | eebab1deeebab1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)