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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?茨?樂∨ | 0011111110001000111011110011111110011110110110011000000111001001 | 3f88ef3f9ed981c9 |
EUC-JP | ?茨?樂∨ | 0011111110110000111100010011111111011100110110111010001011001011 | 3fb0f13fdcdba2cb |
UTF-8 | 뤳茨蠟樂∨ | 111010111010010010110011111010001000110010101000111011111010010010100111111001101010100010000010111000101000100010101000 | eba4b3e88ca8efa4a7e6a882e288a8 |
UHC | 뤳茨蠟樂∨ | 10001111111000011110110110111100110100101010001111100100110001011010000111111101 | 8fe1edbcd2a3e4c5a1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)