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 | 螳」謌仙 | 111001011010111010100011111001101000100010010000111001011111011110011111 | e5aea3e68890e5f79f |
EUC-JP | 螳」謌仙? | 111010101011000010001110101000111110101111101000110000001110011100111111 | eab08ea3ebe8c0e73f |
UTF-8 | 螳」謌仙 | 111010001001111010110011111011111011110110100011111010001010110010001100111001001011101110011001111011101001011010000010 | e89eb3efbda3e8ac8ce4bb99ee9682 |
UHC | 螳??仙? | 11010011110110010011111100111111111000001011100100111111 | d3d93f3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)