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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 襄Ф}襄Ф{^ | 1110010111110101100001000101010101111101111001011111010110000100010101010111101101011110 | e5f584557de5f584557b5e |
EUC-JP | 襄Ф}襄Ф{^ | 1110101011110111101001111011011001111101111010101111011110100111101101100111101101011110 | eaf7a7b67deaf7a7b67b5e |
UTF-8 | 襄Ф}襄Ф{^ | 11101000101001011000010011010000101001000111110111101000101001011000010011010000101001000111101101011110 | e8a584d0a47de8a584d0a47b5e |
UHC | 襄Ф}襄Ф{^ | 1110010111010001101011001011011001111101111001011101000110101100101101100111101101011110 | e5d1acb67de5d1acb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)