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 | 챠쩍챕쨌횞챤 | 111011001011000110100000111011001010100110001101111011001011000110010101111011001010100010001100111011011001101010011110111011001011000110100100 | ecb1a0eca98decb195eca88ced9a9eecb1a4 |
UHC | 챠쩍챕쨌횞챤 | 110000111010110111000010101111011100001110101001110000101011011111000011100101111100001110101110 | c3adc2bdc3a9c2b7c397c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)