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 | 雕?戀專 | 11101000101110000011111110011100111101101001101110010011 | e8b83f9cf69b93 |
EUC-JP | 雕?戀專 | 11110000101110100011111111011000111110001101010111110011 | f0ba3fd8f8d5f3 |
UTF-8 | 雕띈戀專 | 111010011001101110010101111010111001110110001000111001101000100010000000111001011011000010001000 | e99b95eb9d88e68880e5b088 |
UHC | 雕띈戀專 | 1111000011100111101101101110100011010101111111001110111011110110 | f0e7b6e8d5fceef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)