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 | ONOB | 1001001001001111100100100100111010010010010011111001001001000010 | 924f924e924f9242 |
SJIS-WIN | ?O?N?O?B | 0011111101001111001111110100111000111111010011110011111101000010 | 3f4f3f4e3f4f3f42 |
EUC-JP | ?O?N?O?B | 0011111101001111001111110100111000111111010011110011111101000010 | 3f4f3f4e3f4f3f42 |
UTF-8 | ONOB | 110000101001001001001111110000101001001001001110110000101001001001001111110000101001001001000010 | c2924fc2924ec2924fc29242 |
UHC | ?O?N?O?B | 0011111101001111001111110100111000111111010011110011111101000010 | 3f4f3f4e3f4f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)