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 | 챵쨌횣챠짜찼 | 111011001011000110110101111011001010100010001100111011011001101010100011111011001011000110100000111011001010011110011100111011001011000010111100 | ecb1b5eca88ced9aa3ecb1a0eca79cecb0bc |
UHC | 챵쨌횣챠짜찼 | 110000111011001011000010101101111100001110011010110000111010110111000010101001011100001110100001 | c3b2c2b7c39ac3adc2a5c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)