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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄?屍 | 1110010111110101001111111000111001110010 | e5f53f8e72 |
EUC-JP | 襄?屍 | 1110101011110111001111111011101111010011 | eaf73fbbd3 |
UTF-8 | 襄슳屍 | 111010001010010110000100111011001000101010110011111001011011000110001101 | e8a584ec8ab3e5b18d |
UHC | 襄슳屍 | 111001011101000110011010101110101110001110111011 | e5d19abae3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)