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 | õ½áÜ^ | 1111010110111101111000011101110001011110 | f5bde1dc5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | õ?áÜ^ | 1000111110101011110110000011111110001111101010111010000110001111101010101110010001011110 | 8fabd83f8faba18faae45e |
UTF-8 | õ½áÜ^ | 110000111011010111000010101111011100001110100001110000111001110001011110 | c3b5c2bdc3a1c39c5e |
UHC | ?½??^ | 001111111010100011110110001111110011111101011110 | 3fa8f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)