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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 챤횗챌체횠징챕 | 111011001011000110100100111011011001101010010111111011001011000110001100111011001011001010110100111011011001101010100000111011001010011110010101111011001011000110010101 | ecb1a4ed9a97ecb18cecb2b4ed9aa0eca795ecb195 |
UHC | 챤횗챌체횠징챕 | 1100001110101110110000111001000111000011101001111100001110111100110000111001100011000010101000011100001110101001 | c3aec391c3a7c3bcc398c2a1c3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)