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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎悟」瑚 | 11101000101100011000110011100101101000111000110011101000 | e8b18ce5a38ce8 |
EUC-JP | 雎悟」瑚 | 1111000010110011101110001110011110001110101000111011100011101010 | f0b3b8e78ea3b8ea |
UTF-8 | 雎悟」瑚 | 111010011001101110001110111001101000001010011111111011111011110110100011111001111001000110011010 | e99b8ee6829fefbda3e7919a |
UHC | 雎悟?瑚 | 11101110110100011110011111110110001111111111101111010001 | eed1e7f63ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)