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 | 五▼?嗚 | 10001100110111001000000110100101001111111001101001101010 | 8cdc81a53f9a6a |
EUC-JP | 五▼?嗚 | 10111000110111101010001010100111001111111101001111001011 | b8dea2a73fd3cb |
UTF-8 | 五▼돍嗚 | 111001001011101010010100111000101001011010111100111010111000111110001101111001011001011110011010 | e4ba94e296bceb8f8de5979a |
UHC | 五▼돍嗚 | 1110011111101001101000011110010110001001100110111110011111110000 | e7e9a1e5899be7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)