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 | 審邃翅 | 100100000101001011100010100001001110001111000000 | 9052e284e3c0 |
EUC-JP | 審邃翅 | 101111111011001111100011111001001110011011000010 | bfb3e3e4e6c2 |
UTF-8 | 審邃翅 | 111001011010111110101001111010011000001010000011111001111011111110000101 | e5afa9e98283e7bf85 |
UHC | 審邃翅 | 111000111111101111100010110001011110001111000111 | e3fbe2c5e3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)