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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筝号謙苒 | 1110001010110110100011011000011010001100101010101110010010010010 | e2b68d868caae492 |
EUC-JP | 筝号謙苒 | 1110010010111000101110011110011010111000101011001110011111110010 | e4b8b9e6b8ace7f2 |
UTF-8 | 筝号謙苒 | 111001111010110110011101111001011000111110110111111010001010110010011001111010001000101110010010 | e7ad9de58fb7e8ac99e88b92 |
UHC | ??謙苒 | 001111110011111111001100110001011110011011111110 | 3f3fccc5e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)