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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?雕? | 00111111111010001011100000111111 | 3fe8b83f |
EUC-JP | ?雕? | 00111111111100001011101000111111 | 3ff0ba3f |
UTF-8 | 알雕렏 | 111011001001010110001100111010011001101110010101111010111010000010001111 | ec958ce99b95eba08f |
UHC | 알雕렏 | 101111101100101111110000111001111000111010100101 | becbf0e78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)