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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簑苴舫 | 111000101100000011100100100100111110010001110101 | e2c0e493e475 |
EUC-JP | 簑苴舫 | 111001001100001011100111111100111110011111010110 | e4c2e7f3e7d6 |
UTF-8 | 簑苴舫 | 111001111011000010010001111010001000101110110100111010001000100010101011 | e7b091e88bb4e888ab |
UHC | ??舫 | 00111111001111111101101110111010 | 3f3fdbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)