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 | OB\ | 1001011101001111100110100100001001011100 | 974f9a425c |
SJIS-WIN | ?O?B\ | 0011111101001111001111110100001001011100 | 3f4f3f425c |
EUC-JP | ?O?B\ | 0011111101001111001111110100001001011100 | 3f4f3f425c |
UTF-8 | OB\ | 11000010100101110100111111000010100110100100001001011100 | c2974fc29a425c |
UHC | ?O?B\ | 0011111101001111001111110100001001011100 | 3f4f3f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)