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{^ | 0011111110011011101000100100101101111101001111111001101110100010010010110111101101011110 | 3f9ba24b7d3f9ba24b7b5e |
EUC-JP | ?屬K}?屬K{^ | 0011111111010110101001000100101101111101001111111101011010100100010010110111101101011110 | 3fd6a44b7d3fd6a44b7b5e |
UTF-8 | 䭵屬K}䭵屬K{^ | 1110010010101101101101011110010110110001101011000100101101111101111001001010110110110101111001011011000110101100010010110111101101011110 | e4adb5e5b1ac4b7de4adb5e5b1ac4b7b5e |
UHC | ?屬K}?屬K{^ | 0011111111100001110101010100101101111101001111111110000111010101010010110111101101011110 | 3fe1d54b7d3fe1d54b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)