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 | ¢ùª©] | 101000101111100110001111101010101010100101011101 | a2f98faaa95d |
SJIS-WIN | ¢????] | 10000001100100010011111100111111001111110011111101011101 | 81913f3f3f3f5d |
EUC-JP | ¢ù?ª©] | 10100001111100011000111110101011111000110011111110001111101000101110110010001111101000101110110101011101 | a1f18fabe33f8fa2ec8fa2ed5d |
UTF-8 | ¢ùª©] | 1100001010100010110000111011100111000010100011111100001010101010110000101010100101011101 | c2a2c3b9c28fc2aac2a95d |
UHC | ???ª?] | 00111111001111110011111110101000101000110011111101011101 | 3f3f3fa8a33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)