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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | ?豎K}?豎K{^ | 0011111111100110101100010100101101111101001111111110011010110001010010110111101101011110 | 3fe6b14b7d3fe6b14b7b5e |
EUC-JP | 煅豎K}煅豎K{^ | 100011111100100111110011111011001011001101001011011111011000111111001001111100111110110010110011010010110111101101011110 | 8fc9f3ecb34b7d8fc9f3ecb34b7b5e |
UTF-8 | 煅豎K}煅豎K{^ | 1110011110000101100001011110100010110001100011100100101101111101111001111000010110000101111010001011000110001110010010110111101101011110 | e78585e8b18e4b7de78585e8b18e4b7b5e |
UHC | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)