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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◇?寡歟 | 10000001100111100011111110001001110001111001111101100010 | 819e3f89c79f62 |
EUC-JP | ◇?寡歟 | 10100001111111100011111110110010110010011101110111000011 | a1fe3fb2c9ddc3 |
UTF-8 | ◇룶寡歟 | 111000101001011110000111111010111010001110110110111001011010111110100001111001101010110110011111 | e29787eba3b6e5afa1e6ad9f |
UHC | ◇룶寡歟 | 1010000111011110100011111010101111001101111110111110011010100010 | a1de8fabcdfbe6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)