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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 째횠챠횏횊쨀 | 111011001010011110111000111011011001101010100000111011001011000110100000111011011001101010001111111011011001101010001010111011001010100010000000 | eca7b8ed9aa0ecb1a0ed9a8fed9a8aeca880 |
UHC | 째횠챠횏횊쨀 | 110000101011000011000011100110001100001110101101110000111000101111000011100010001100001010110011 | c2b0c398c3adc38bc388c2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)