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 | 莠企恷 | 111001001011101010001010111010011001110010001110 | e4ba8ae99c8e |
EUC-JP | 莠企恷 | 111010001011110010110100111010111101011111101110 | e8bcb4ebd7ee |
UTF-8 | 莠企恷 | 111010001000111010100000111001001011110010000001111001101000000110110111 | e88ea0e4bc81e681b7 |
UHC | ?企? | 00111111110100001110101000111111 | 3fd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)