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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章サフハ、ケ | 10001111110011011011101111001100110010101010010010111001 | 8fcdbbcccaa4b9 |
EUC-JP | 章サフハ、ケ | 101111101100111110001110101110111000111011001100100011101100101010001110101001001000111010111001 | becf8ebb8ecc8eca8ea48eb9 |
UTF-8 | 章サフハ、ケ | 111001111010101110100000111011111011110110111011111011111011111010001100111011111011111010001010111011111011110110100100111011111011110110111001 | e7aba0efbdbbefbe8cefbe8aefbda4efbdb9 |
UHC | 章????? | 11101101111100010011111100111111001111110011111100111111 | edf13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)