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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | シ闔ケ質B | 111100011111110010111100111010001000111010111001100011101011111101000010 | f1fcbce88eb98ebf42 |
EUC-JP | ?シ闔ケ質B | 00111111100011101011110011101111111011101000111010111001101111001100000101000010 | 3f8ebcefee8eb9bcc142 |
UTF-8 | シ闔ケ質B | 11101110100001011011011111101111101111011011110011101001100101111001010011101111101111011011100111101000101100111010101001000010 | ee85b7efbdbce99794efbdb9e8b3aa42 |
UHC | ??闔?質B | 0011111100111111111110011110111100111111111100101111010101000010 | 3f3ff9ef3ff2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)