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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 銘銘}銘銘{^ | 1001011011000001100101101100000101111101100101101100000110010110110000010111101101011110 | 96c196c17d96c196c17b5e |
EUC-JP | 銘銘}銘銘{^ | 1100110011000011110011001100001101111101110011001100001111001100110000110111101101011110 | ccc3ccc37dccc3ccc37b5e |
UTF-8 | 銘銘}銘銘{^ | 111010011000101010011000111010011000101010011000011111011110100110001010100110001110100110001010100110000111101101011110 | e98a98e98a987de98a98e98a987b5e |
UHC | 銘銘}銘銘{^ | 1101100110101111110110011010111101111101110110011010111111011001101011110111101101011110 | d9afd9af7dd9afd9af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)