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 | OV¸ | 100100100100111110010010010101101001000110111000 | 924f925691b8 |
SJIS-WIN | ?O?V?? | 001111110100111100111111010101100011111100111111 | 3f4f3f563f3f |
EUC-JP | ?O?V?¸ | 0011111101001111001111110101011000111111100011111010001010110001 | 3f4f3f563f8fa2b1 |
UTF-8 | OV¸ | 11000010100100100100111111000010100100100101011011000010100100011100001010111000 | c2924fc29256c291c2b8 |
UHC | ?O?V?¸ | 00111111010011110011111101010110001111111010001010101100 | 3f4f3f563fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)