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 | 111100001011110110110100111010001000111010111001100011101011111101000010 | f0bdb4e88eb98ebf42 |
EUC-JP | ?エ闔ケ質B | 00111111100011101011010011101111111011101000111010111001101111001100000101000010 | 3f8eb4efee8eb9bcc142 |
UTF-8 | エ闔ケ質B | 11101110100000011011110011101111101111011011010011101001100101111001010011101111101111011011100111101000101100111010101001000010 | ee81bcefbdb4e99794efbdb9e8b3aa42 |
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)