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 | 銖榊註 | 111001111111000110001101111001011001001010010000 | e7f18de59290 |
EUC-JP | 銖榊註 | 111011101111001110111010111001111100001111110000 | eef3bae7c3f0 |
UTF-8 | 銖榊註 | 111010011000101010010110111001101010011010001010111010001010100010111011 | e98a96e6a68ae8a8bb |
UHC | 銖?註 | 1110001011000111001111111111000111001001 | e2c73ff1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)