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 | 雎悟沁蝴 | 1110100010110001100011001110010110011111100011101110010110011010 | e8b18ce59f8ee59a |
EUC-JP | 雎悟沁蝴 | 1111000010110011101110001110011111011101111011101110100111111010 | f0b3b8e7ddeee9fa |
UTF-8 | 雎悟沁蝴 | 111010011001101110001110111001101000001010011111111001101011001010000001111010001001110110110100 | e99b8ee6829fe6b281e89db4 |
UHC | 雎悟沁蝴 | 1110111011010001111001111111011011100011111111101111101111011101 | eed1e7f6e3fefbdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)