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 | 耶時}耶時{^ | 1001011011101011100011101001111001111101100101101110101110001110100111100111101101011110 | 96eb8e9e7d96eb8e9e7b5e |
EUC-JP | 耶時}耶時{^ | 1100110011101101101110111111111001111101110011001110110110111011111111100111101101011110 | ccedbbfe7dccedbbfe7b5e |
UTF-8 | 耶時}耶時{^ | 111010001000000010110110111001101001100110000010011111011110100010000000101101101110011010011001100000100111101101011110 | e880b6e699827de880b6e699827b5e |
UHC | 耶時}耶時{^ | 1110010110101101111000111100000101111101111001011010110111100011110000010111101101011110 | e5ade3c17de5ade3c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)