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 | ?????Aw | 00111111001111110011111100111111001111110100000101110111 | 3f3f3f3f3f4177 |
SJIS-WIN | ?????Aw | 00111111001111110011111100111111001111110100000101110111 | 3f3f3f3f3f4177 |
EUC-JP | ?????Aw | 00111111001111110011111100111111001111110100000101110111 | 3f3f3f3f3f4177 |
UTF-8 | 창쨀혡챈혟Aw | 1110110010110000101111011110110010101000100000001110110110011000101000011110110010110001100010001110110110011000100111110100000101110111 | ecb0bdeca880ed98a1ecb188ed989f4177 |
UHC | 창쨀혡챈혟Aw | 110000111010001011000010101100111100001010001010110000111010011011000010100010010100000101110111 | c3a2c2b3c28ac3a6c2894177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)