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 | 辷撰ス | 1110011110001000100100001110111110111101 | e78890efbd |
EUC-JP | 辷撰ス | 111011011110100011000000111100011000111010111101 | ede8c0f18ebd |
UTF-8 | 辷撰ス | 111010001011111010110111111001101001001010110000111011111011110110111101 | e8beb7e692b0efbdbd |
UHC | ?撰? | 00111111111100111011110000111111 | 3ff3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)