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{^ | 0011111110011111110001000100101101111101001111111001111111000100010010110111101101011110 | 3f9fc44b7d3f9fc44b7b5e |
EUC-JP | ?淨K}?淨K{^ | 0011111111011110110001100100101101111101001111111101111011000110010010110111101101011110 | 3fdec64b7d3fdec64b7b5e |
UTF-8 | 뀀淨K}뀀淨K{^ | 1110101110000000100000001110011010110111101010000100101101111101111010111000000010000000111001101011011110101000010010110111101101011110 | eb8080e6b7a84b7deb8080e6b7a84b7b5e |
UHC | 뀀淨K}뀀淨K{^ | 10110010111010111110111111100100010010110111110110110010111010111110111111100100010010110111101101011110 | b2ebefe44b7db2ebefe44b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)