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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踟廷万ナ。 | 111001101111011110010010111011001001011010011100110001011000000101000010 | e6f792ec969cc58142 |
EUC-JP | 踟廷万ナ。 | 11101100111110011100010011101110110010111111110010001110110001011010000110100011 | ecf9c4eecbfc8ec5a1a3 |
UTF-8 | 踟廷万ナ。 | 111010001011100010011111111001011011101110110111111001001011100010000111111011111011111010000101111000111000000010000010 | e8b89fe5bbb7e4b887efbe85e38082 |
UHC | ?廷万?。 | 0011111111101111110101011101100010110010001111111010000110100011 | 3fefd5d8b23fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)