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 | 10111110101011001000111011001010100011111110010111101010100011101011101101000010 | beac8eca8fe5ea8ebb42 |
EUC-JP | セャ写丞齊サB | 10001110101111101000111010101100101111001100110010111110111001111111001111101110100011101011101101000010 | 8ebe8eacbcccbee7f3ee8ebb42 |
UTF-8 | セャ写丞齊サB | 11101111101111011011111011101111101111011010110011100101100001101001100111100100101110001001111011101001101111011000101011101111101111011011101101000010 | efbdbeefbdace58699e4b89ee9bd8aefbdbb42 |
UHC | ???丞齊?B | 001111110011111100111111111000111010101011110000101110100011111101000010 | 3f3f3fe3aaf0ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)