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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | フ褻耄褻紕 | 110011001110010111110110111000111100110011100101111101101110001101000010 | cce5f6e3cce5f6e342 |
EUC-JP | フ褻耄褻紕 | 10001110110011001110101011111000111001101100111011101010111110001110010110100011 | 8ecceaf8e6ceeaf8e5a3 |
UTF-8 | フ褻耄褻紕 | 111011111011111010001100111010001010010010111011111010001000000010000100111010001010010010111011111001111011010010010101 | efbe8ce8a4bbe88084e8a4bbe7b495 |
UHC | ?褻?褻? | 00111111111000001110000100111111111000001110000100111111 | 3fe0e13fe0e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)