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 | 챰청쩌챕횊쨉 | 111011001011000110110000111011001011001010101101111011001010100110001100111011001011000110010101111011011001101010001010111011001010100010001001 | ecb1b0ecb2adeca98cecb195ed9a8aeca889 |
UHC | 챰청쩌챕횊쨉 | 110000111011000111000011101110111100001010111100110000111010100111000011100010001100001010110101 | c3b1c3bbc2bcc3a9c388c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)