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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 隹キ騾溽カ哭\ | 1110100010110000101101111110100110000000100111111110011110110110100110100100110001011100 | e8b0b7e9809fe7b69a4c5c |
EUC-JP | 隹キ騾溽カ哭\ | 11110000101100101000111010110111111100011110000011011110111010011000111010110110110100111010110101011100 | f0b28eb7f1e0dee98eb6d3ad5c |
UTF-8 | 隹キ騾溽カ哭\ | 11101001100110101011100111101111101111011011011111101001101010001011111011100110101110101011110111101111101111011011011011100101100100111010110101011100 | e99ab9efbdb7e9a8bee6babdefbdb6e593ad5c |
UHC | ?????哭\ | 0011111100111111001111110011111100111111110011011101011001011100 | 3f3f3f3f3fcdd65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)