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 | OENOE | 100100100100111110010010010001010100111010010010010011111001001001000101 | 924f92454e924f9245 |
SJIS-WIN | ?O?EN?O?E | 001111110100111100111111010001010100111000111111010011110011111101000101 | 3f4f3f454e3f4f3f45 |
EUC-JP | ?O?EN?O?E | 001111110100111100111111010001010100111000111111010011110011111101000101 | 3f4f3f454e3f4f3f45 |
UTF-8 | OENOE | 11000010100100100100111111000010100100100100010101001110110000101001001001001111110000101001001001000101 | c2924fc292454ec2924fc29245 |
UHC | ?O?EN?O?E | 001111110100111100111111010001010100111000111111010011110011111101000101 | 3f4f3f454e3f4f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)