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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 菽狩菽狩h | 111001001100000110001110111010111110010011000001100011101110101101101000 | e4c18eebe4c18eeb68 |
EUC-JP | 菽狩菽狩h | 111010001100001110111100111011011110100011000011101111001110110101101000 | e8c3bcede8c3bced68 |
UTF-8 | 菽狩菽狩h | 11101000100011111011110111100111100010111010100111101000100011111011110111100111100010111010100101101000 | e88fbde78ba9e88fbde78ba968 |
UHC | 菽狩菽狩h | 111000101101110111100010101011011110001011011101111000101010110101101000 | e2dde2ade2dde2ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)