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 | ????j | 0011111100111111001111110011111101101010 | 3f3f3f3f6a |
SJIS-WIN | 凞ハス篆j | 11111011010110001100101010111101111000101011110101101010 | fb58cabde2bd6a |
EUC-JP | ?ハス篆j | 0011111110001110110010101000111010111101111001001011111101101010 | 3f8eca8ebde4bf6a |
UTF-8 | 凞ハス篆j | 11101111101010001001010111101111101111101000101011101111101111011011110111100111101011111000011001101010 | efa895efbe8aefbdbde7af866a |
UHC | ???篆j | 001111110011111100111111111011111010101001101010 | 3f3f3fefaa6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)