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 | 1000110111010100111001101100101001000010 | 8dd4e6ca42 |
EUC-JP | 砦賁B | 1011101011010110111011001100110001000010 | bad6eccc42 |
UTF-8 | 砦賁B | 11100111101000001010011011101000101100111000000101000010 | e7a0a6e8b38142 |
UHC | 砦賁B | 1111001111110110110111011101001101000010 | f3f6ddd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)