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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 疇笘疇鴣] | 111000010110010111100010100110001110000101100101111010011111001101011101 | e165e298e165e9f35d |
EUC-JP | 疇笘疇鴣] | 111000011100011011100011111110001110000111000110111100101111010101011101 | e1c6e3f8e1c6f2f55d |
UTF-8 | 疇笘疇鴣] | 11100111100101101000011111100111101011001001100011100111100101101000011111101001101101001010001101011101 | e79687e7ac98e79687e9b4a35d |
UHC | 疇?疇?] | 11110001110000100011111111110001110000100011111101011101 | f1c23ff1c23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)