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 | 雎∵コェ | 111010001011000110000001111001101011101010101010 | e8b181e6baaa |
EUC-JP | 雎∵コェ | 1111000010110011101000101110100010001110101110101000111010101010 | f0b3a2e88eba8eaa |
UTF-8 | 雎∵コェ | 111010011001101110001110111000101000100010110101111011111011110110111010111011111011110110101010 | e99b8ee288b5efbdbaefbdaa |
UHC | 雎∵?? | 111011101101000110100001111100010011111100111111 | eed1a1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)