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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 豫ヨ????^ | 100110001010110010000011100010000011111100111111001111110011111101011110 | 98ac83883f3f3f3f5e |
EUC-JP | 豫ヨ????^ | 110100001010111010100101111010000011111100111111001111110011111101011110 | d0aea5e83f3f3f3f5e |
UTF-8 | 豫ヨ쾴溜뀀젲^ | 11101000101100011010101111100011100000111010100011101100101111101011010011101111101001111000101111101011100000001000000011101100101000001011001001011110 | e8b1abe383a8ecbeb4efa78beb8080eca0b25e |
UHC | 豫ヨ쾴溜뀀젲^ | 11100111111000111010101111101000101100101000101011101010111111101011001011101011101000001010011001011110 | e7e3abe8b28aeafeb2eba0a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)