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?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
SJIS-WIN | ?C?]?K?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
EUC-JP | ?C?]?K?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
UTF-8 | 혪C혪]혪K혪P | 11101101100110001010101001000011111011011001100010101010010111011110110110011000101010100100101111101101100110001010101001010000 | ed98aa43ed98aa5ded98aa4bed98aa50 |
UHC | 혪C혪]혪K혪P | 110000101001001001000011110000101001001001011101110000101001001001001011110000101001001001010000 | c29243c2925dc2924bc29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)