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 | ???[? | 0011111100111111001111110101101100111111 | 3f3f3f5b3f |
SJIS-WIN | 但淡短[贈 | 100100100100000110010010010101111001001001011010010110111001000110100001 | 92419257925a5b91a1 |
EUC-JP | 但淡短[贈 | 110000111010001011000011101110001100001110111011010110111100001010100011 | c3a2c3b8c3bb5bc2a3 |
UTF-8 | 但淡短[贈 | 11100100101111011000011011100110101101111010000111100111100111111010110101011011111010001011010010001000 | e4bd86e6b7a1e79fad5be8b488 |
UHC | 但淡短[贈 | 110100111010001111010011101111111101001110101101010110111111000111111100 | d3a3d3bfd3ad5bf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)