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 | 亊釀坏 | 100110001010110111100111110101001001101010101101 | 98ade7d49aad |
EUC-JP | 亊釀坏 | 110100001010111111101110110101101101010010101111 | d0afeed6d4af |
UTF-8 | 亊釀坏 | 111001001011101010001010111010011000011110000000111001011001110110001111 | e4ba8ae98780e59d8f |
UHC | ?釀? | 00111111111001011101010000111111 | 3fe5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)