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 | 雎悟」梧 | 11101000101100011000110011100101101000111000110011100110 | e8b18ce5a38ce6 |
EUC-JP | 雎悟」梧 | 1111000010110011101110001110011110001110101000111011100011101000 | f0b3b8e78ea3b8e8 |
UTF-8 | 雎悟」梧 | 111010011001101110001110111001101000001010011111111011111011110110100011111001101010001010100111 | e99b8ee6829fefbda3e6a2a7 |
UHC | 雎悟?梧 | 11101110110100011110011111110110001111111110011111111100 | eed1e7f63fe7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)