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 | õ½áá^ | 1111010110111101111000011110000101011110 | f5bde1e15e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | õ?áá^ | 1000111110101011110110000011111110001111101010111010000110001111101010111010000101011110 | 8fabd83f8faba18faba15e |
UTF-8 | õ½áá^ | 110000111011010111000010101111011100001110100001110000111010000101011110 | c3b5c2bdc3a1c3a15e |
UHC | ?½??^ | 001111111010100011110110001111110011111101011110 | 3fa8f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)