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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セュ斜丞齊。B | 10111110101011011000111011001110100011111110010111101010100011101010000101000010 | bead8ece8fe5ea8ea142 |
EUC-JP | セュ斜丞齊。B | 10001110101111101000111010101101101111001101000010111110111001111111001111101110100011101010000101000010 | 8ebe8eadbcd0bee7f3ee8ea142 |
UTF-8 | セュ斜丞齊。B | 11101111101111011011111011101111101111011010110111100110100101101001110011100100101110001001111011101001101111011000101011101111101111011010000101000010 | efbdbeefbdade6969ce4b89ee9bd8aefbda142 |
UHC | ??斜丞齊?B | 00111111001111111101111011011000111000111010101011110000101110100011111101000010 | 3f3fded8e3aaf0ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)