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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 暲釜暲釜^ | 111110101101110010001010100110001111101011011100100010101001100001011110 | fadc8a98fadc8a985e |
EUC-JP | 暲釜暲釜^ | 1000111111000010110110111011001111111000100011111100001011011011101100111111100001011110 | 8fc2dbb3f88fc2dbb3f85e |
UTF-8 | 暲釜暲釜^ | 11100110100110101011001011101001100001111001110011100110100110101011001011101001100001111001110001011110 | e69ab2e9879ce69ab2e9879c5e |
UHC | 暲釜暲釜^ | 111011011110011111011101101111001110110111100111110111011011110001011110 | ede7ddbcede7ddbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)