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 | OMá³ | 100101110100111110011010010011011110000110110011 | 974f9a4de1b3 |
SJIS-WIN | ?O?M?? | 001111110100111100111111010011010011111100111111 | 3f4f3f4d3f3f |
EUC-JP | ?O?Má? | 0011111101001111001111110100110110001111101010111010000100111111 | 3f4f3f4d8faba13f |
UTF-8 | OMá³ | 11000010100101110100111111000010100110100100110111000011101000011100001010110011 | c2974fc29a4dc3a1c2b3 |
UHC | ?O?M?³ | 00111111010011110011111101001101001111111010100111111000 | 3f4f3f4d3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)