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{^ | 0011111110001111100110010100101101111101001111111000111110011001010010110111101101011110 | 3f8f994b7d3f8f994b7b5e |
EUC-JP | ?徐K}?徐K{^ | 0011111110111101111110010100101101111101001111111011110111111001010010110111101101011110 | 3fbdf94b7d3fbdf94b7b5e |
UTF-8 | 빠徐K}빠徐K{^ | 1110101110111001101000001110010110111110100100000100101101111101111010111011100110100000111001011011111010010000010010110111101101011110 | ebb9a0e5be904b7debb9a0e5be904b7b5e |
UHC | 빠徐K}빠徐K{^ | 10111010111111001101111111101111010010110111110110111010111111001101111111101111010010110111101101011110 | bafcdfef4b7dbafcdfef4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)