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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 潟待B | 1000101010000011100100011101001001000010 | 8a8391d242 |
EUC-JP | 潟待B | 1011001111100011110000101101010001000010 | b3e3c2d442 |
UTF-8 | 潟待B | 11100110101111011001111111100101101111101000010101000010 | e6bd9fe5be8542 |
UHC | 潟待B | 1110000010110011110100111110001001000010 | e0b3d3e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)