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 | 첬짱^ | 11101100101100101010110011101100101001111011000101011110 | ecb2aceca7b15e |
SJIS-WIN | ??¬?§±^ | 00111111001111111000000111001010001111111000000110011000100000010111110101011110 | 3f3f81ca3f8198817d5e |
EUC-JP | �짱^ | 1000111110101011110000000011111110100010110011001000111110101011110000001010000111111000101000011101111001011110 | 8fabc03fa2cc8fabc0a1f8a1de5e |
UTF-8 | 첬짱^ | 11000011101011001100001010110010110000101010110011000011101011001100001010100111110000101011000101011110 | c3acc2b2c2acc3acc2a7c2b15e |
UHC | ?²??§±^ | 00111111101010011111011100111111001111111010000111010111101000011011111001011110 | 3fa9f73f3fa1d7a1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)