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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
EUC-JP | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
UTF-8 | 찼d찾짱 | 11101100101100001011110001100100111011001011000010111110111011001010011110110001 | ecb0bc64ecb0beeca7b1 |
UHC | 찼d찾짱 | 11000011101000010110010011000011101000111100001010101111 | c3a164c3a3c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)