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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銖∬イ | 1110011111110001100000011110100010110010 | e7f181e8b2 |
EUC-JP | 銖∬イ | 111011101111001110100010111010101000111010110010 | eef3a2ea8eb2 |
UTF-8 | 銖∬イ | 111010011000101010010110111000101000100010101100111011111011110110110010 | e98a96e288acefbdb2 |
UHC | 銖∬? | 1110001011000111101000011111001100111111 | e2c7a1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)