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 | ?紙? | 00111111100011101000011000111111 | 3f8e863f |
EUC-JP | ?紙? | 00111111101110111110011000111111 | 3fbbe63f |
UTF-8 | 알紙렍 | 111011001001010110001100111001111011010010011001111010111010000010001101 | ec958ce7b499eba08d |
UHC | 알紙렍 | 101111101100101111110010101101011000111010100011 | becbf2b58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)