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 | ½O½O^ | 100100011011110110010010010011111001000110111101100100100100111101011110 | 91bd924f91bd924f5e |
SJIS-WIN | ???O???O^ | 001111110011111100111111010011110011111100111111001111110100111101011110 | 3f3f3f4f3f3f3f4f5e |
EUC-JP | ???O???O^ | 001111110011111100111111010011110011111100111111001111110100111101011110 | 3f3f3f4f3f3f3f4f5e |
UTF-8 | ½O½O^ | 110000101001000111000010101111011100001010010010010011111100001010010001110000101011110111000010100100100100111101011110 | c291c2bdc2924fc291c2bdc2924f5e |
UHC | ?½?O?½?O^ | 0011111110101000111101100011111101001111001111111010100011110110001111110100111101011110 | 3fa8f63f4f3fa8f63f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)