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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 笘軫笘軫^ | 111000101001100011100111011001101110001010011000111001110110011001011110 | e298e766e298e7665e |
EUC-JP | 笘軫笘軫^ | 111000111111100011101101110001111110001111111000111011011100011101011110 | e3f8edc7e3f8edc75e |
UTF-8 | 笘軫笘軫^ | 11100111101011001001100011101000101110111010101111100111101011001001100011101000101110111010101101011110 | e7ac98e8bbabe7ac98e8bbab5e |
UHC | ?軫?軫^ | 00111111111100101110001000111111111100101110001001011110 | 3ff2e23ff2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)