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 | シハ菽称 | 101111001100101011100100110000011000111111001100 | bccae4c18fcc |
EUC-JP | シハ菽称 | 1000111010111100100011101100101011101000110000111011111011001110 | 8ebc8ecae8c3bece |
UTF-8 | シハ菽称 | 111011111011110110111100111011111011111010001010111010001000111110111101111001111010011110110000 | efbdbcefbe8ae88fbde7a7b0 |
UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)