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 | 紗赦 | 100011101101000110001110110011011111001010110000 | 8ed18ecdf2b0 |
EUC-JP | 紗赦? | 1011110011010011101111001100111100111111 | bcd3bccf3f |
UTF-8 | 紗赦 | 111001111011010010010111111010001011010110100110111011101000011110100111 | e7b497e8b5a6ee87a7 |
UHC | 紗赦? | 1101111011101001110111101111010100111111 | dee9def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)