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 | 紗叱贊 | 100011101101000110001110101101101110011011010011 | 8ed18eb6e6d3 |
EUC-JP | 紗叱贊 | 101111001101001110111100101110001110110011010101 | bcd3bcb8ecd5 |
UTF-8 | 紗叱贊 | 111001111011010010010111111001011000111110110001111010001011010010001010 | e7b497e58fb1e8b48a |
UHC | 紗叱贊 | 110111101110100111110010111010101111001111000111 | dee9f2eaf3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)