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 | 1000111110000111100100110111010101000010 | 8f87937542 |
EUC-JP | 順砥B | 1011110111100111110001011101011001000010 | bde7c5d642 |
UTF-8 | 順砥B | 11101001101000001000011011100111101000001010010101000010 | e9a086e7a0a542 |
UHC | 順砥B | 1110001011110111111100101011001001000010 | e2f7f2b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)