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á~ | 10010111010011111110000101111110 | 974fe17e |
SJIS-WIN | ?O?~ | 00111111010011110011111101111110 | 3f4f3f7e |
EUC-JP | ?Oá~ | 001111110100111110001111101010111010000101111110 | 3f4f8faba17e |
UTF-8 | Oá~ | 110000101001011101001111110000111010000101111110 | c2974fc3a17e |
UHC | ?O?~ | 00111111010011110011111101111110 | 3f4f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)