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 | シ螯ュ鉀 | 1111000111100000101111001110010110100110101011011111101111000101 | f1e0bce5a6adfbc5 |
EUC-JP | ?シ螯ュ鉀 | 00111111100011101011110011101010101010001000111010101101100011111110001111011000 | 3f8ebceaa88ead8fe3d8 |
UTF-8 | シ螯ュ鉀 | 111011101000010110011011111011111011110110111100111010001001111010101111111011111011110110101101111010011000100110000000 | ee859befbdbce89eafefbdade98980 |
UHC | ????鉀 | 001111110011111100111111001111111100101110100101 | 3f3f3f3fcba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)