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 | ????[~ | 001111110011111100111111001111110101101101111110 | 3f3f3f3f5b7e |
SJIS-WIN | ????[~ | 001111110011111100111111001111110101101101111110 | 3f3f3f3f5b7e |
EUC-JP | ????[~ | 001111110011111100111111001111110101101101111110 | 3f3f3f3f5b7e |
UTF-8 | 첨짠철쨈[~ | 1110110010110010101010001110110010100111101000001110110010110010101000001110110010101000100010000101101101111110 | ecb2a8eca7a0ecb2a0eca8885b7e |
UHC | 첨짠철쨈[~ | 11000011101101111100001010100111110000111011011011000010101101000101101101111110 | c3b7c2a7c3b6c2b45b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)