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 | GOE | 100100100100011110010010010011111001001001000101 | 9247924f9245 |
SJIS-WIN | ?G?O?E | 001111110100011100111111010011110011111101000101 | 3f473f4f3f45 |
EUC-JP | ?G?O?E | 001111110100011100111111010011110011111101000101 | 3f473f4f3f45 |
UTF-8 | GOE | 110000101001001001000111110000101001001001001111110000101001001001000101 | c29247c2924fc29245 |
UHC | ?G?O?E | 001111110100011100111111010011110011111101000101 | 3f473f4f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)