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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衙顔惡^ | 11100101110010011000101011100111100111001010011001011110 | e5c98ae79ca65e |
EUC-JP | 衙顔惡^ | 11101010110010111011010011101001110110001010100001011110 | eacbb4e9d8a85e |
UTF-8 | 衙顔惡^ | 11101000101000011001100111101001101000011001010011100110100000111010000101011110 | e8a199e9a194e683a15e |
UHC | 衙顔惡^ | 11100100101101111110010011010100111001001100001001011110 | e4b7e4d4e4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)