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 | î¸ÖèÓñ | 111011101011100011010110111010001101001111110001 | eeb8d6e8d3f1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î¸ÖèÓñ | 100011111010101111000010100011111010001010110001100011111010101011010011100011111010101110110010100011111010101011010001100011111010101111010000 | 8fabc28fa2b18faad38fabb28faad18fabd0 |
UTF-8 | î¸ÖèÓñ | 110000111010111011000010101110001100001110010110110000111010100011000011100100111100001110110001 | c3aec2b8c396c3a8c393c3b1 |
UHC | ?¸???? | 00111111101000101010110000111111001111110011111100111111 | 3fa2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)