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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 처청횖횛횚횜 | 111011001011001010011000111011001011001010101101111011011001101010010110111011011001101010011011111011011001101010011010111011011001101010011100 | ecb298ecb2aded9a96ed9a9bed9a9aed9a9c |
UHC | 처청횖횛횚횜 | 110000111011001111000011101110111100001110010000110000111001010111000011100101001100001110010110 | c3b3c3bbc390c395c394c396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)