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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 逎°困蠏 | 1110011110100011100000011000101110001101101000101110010110110101 | e7a3818b8da2e5b5 |
EUC-JP | 逎°困蠏 | 1110111010100101101000011110101110111010101001001110101010110111 | eea5a1ebbaa4eab7 |
UTF-8 | 逎°困蠏 | 1110100110000000100011101100001010110000111001011001101110110000111010001010000010001111 | e9808ec2b0e59bb0e8a08f |
UHC | ?°困? | 001111111010000111000110110011011101110100111111 | 3fa1c6cddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)