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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 爭??瀧?^ | 1110000010100101001111110011111110010001111010110011111101011110 | e0a53f3f91eb3f5e |
EUC-JP | 爭?釪瀧?^ | 11100000101001110011111110001111111000111010110111000010111011010011111101011110 | e0a73f8fe3adc2ed3f5e |
UTF-8 | 爭렏釪瀧뇬^ | 11100111100010001010110111101011101000001000111111101001100001111010101011100111100000001010011111101011100001111010110001011110 | e788adeba08fe987aae780a7eb87ac5e |
UHC | 爭렏釪瀧뇬^ | 1110111010110011100011101010010111101001111010011101011011101001101101001010010001011110 | eeb38ea5e9e9d6e9b4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)