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 | ?c?K}?c?K{^ | 0011111101100011001111110100101101111101001111110110001100111111010010110111101101011110 | 3f633f4b7d3f633f4b7b5e |
SJIS-WIN | ?c?K}?c?K{^ | 0011111101100011001111110100101101111101001111110110001100111111010010110111101101011110 | 3f633f4b7d3f633f4b7b5e |
EUC-JP | ?c?K}?c?K{^ | 0011111101100011001111110100101101111101001111110110001100111111010010110111101101011110 | 3f633f4b7d3f633f4b7b5e |
UTF-8 | 찼c찼K}찼c찼K{^ | 11101100101100001011110001100011111011001011000010111100010010110111110111101100101100001011110001100011111011001011000010111100010010110111101101011110 | ecb0bc63ecb0bc4b7decb0bc63ecb0bc4b7b5e |
UHC | 찼c찼K}찼c찼K{^ | 110000111010000101100011110000111010000101001011011111011100001110100001011000111100001110100001010010110111101101011110 | c3a163c3a14b7dc3a163c3a14b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)