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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????賃?? | 0011111100111111001111110011111110010010110000000011111100111111 | 3f3f3f3f92c03f3f |
EUC-JP | ????賃?? | 0011111100111111001111110011111111000100110000100011111100111111 | 3f3f3f3fc4c23f3f |
UTF-8 | 林淚렫렍賃렎履 | 111011111010011110110100111011111010010110001101111010111010000010101011111010111010000010001101111010001011001110000011111010111010000010001110111011111010011110011111 | efa7b4efa58deba0abeba08de8b383eba08eefa79f |
UHC | 林淚렫렍賃렎履 | 1110110011110111110100101110011110001110101110011000111010100011111011001111110010001110101001001110110010101010 | ecf7d2e78eb98ea3ecfc8ea4ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)