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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 斜眩~ | 1000111011001110111000011011111101111110 | 8ecee1bf7e |
EUC-JP | 斜眩~ | 1011110011010000111000101100000101111110 | bcd0e2c17e |
UTF-8 | 斜眩~ | 11100110100101101001110011100111100111001010100101111110 | e6969ce79ca97e |
UHC | 斜眩~ | 1101111011011000111110101101111101111110 | ded8fadf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)