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 | ©£¢Ò¨ú | 101010011010001110100010110100101010100011111010 | a9a3a2d2a8fa |
SJIS-WIN | ?£¢?¨? | 001111111000000110010010100000011001000100111111100000010100111000111111 | 3f819281913f814e3f |
EUC-JP | ©£¢Ò¨ú | 100011111010001011101101101000011111001010100001111100011000111110101010110100101010000110101111100011111010101111100010 | 8fa2eda1f2a1f18faad2a1af8fabe2 |
UTF-8 | ©£¢Ò¨ú | 110000101010100111000010101000111100001010100010110000111001001011000010101010001100001110111010 | c2a9c2a3c2a2c392c2a8c3ba |
UHC | ????¨? | 00111111001111110011111100111111101000011010011100111111 | 3f3f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)