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 | 亊釀齏 | 100110001010110111100111110101001110100011101011 | 98ade7d4e8eb |
EUC-JP | 亊釀齏 | 110100001010111111101110110101101111000011101101 | d0afeed6f0ed |
UTF-8 | 亊釀齏 | 111001001011101010001010111010011000011110000000111010011011110110001111 | e4ba8ae98780e9bd8f |
UHC | ?釀? | 00111111111001011101010000111111 | 3fe5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)