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 | õ½üC^ | 1111010110111101111111000100001101011110 | f5bdfc435e |
SJIS-WIN | ???C^ | 0011111100111111001111110100001101011110 | 3f3f3f435e |
EUC-JP | õ?üC^ | 100011111010101111011000001111111000111110101011111001000100001101011110 | 8fabd83f8fabe4435e |
UTF-8 | õ½üC^ | 1100001110110101110000101011110111000011101111000100001101011110 | c3b5c2bdc3bc435e |
UHC | ?½?C^ | 001111111010100011110110001111110100001101011110 | 3fa8f63f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)