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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 矗Sモ「 | 1110000111011110010100111101001110100010 | e1de53d3a2 |
EUC-JP | 矗Sモ「 | 11100010111000000101001110001110110100111000111010100010 | e2e0538ed38ea2 |
UTF-8 | 矗Sモ「 | 11100111100111111001011101010011111011111011111010010011111011111011110110100010 | e79f9753efbe93efbda2 |
UHC | 矗S?? | 1111010110111000010100110011111100111111 | f5b8533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)