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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 劑????? | 10011001100111010011111100111111001111110011111100111111 | 999d3f3f3f3f3f |
EUC-JP | 劑?珽?檉? | 1101000111111101001111111000111111001011111111100011111110001111110001011011101100111111 | d1fd3f8fcbfe3f8fc5bb3f |
UTF-8 | 劑렡珽렰檉렢 | 111001011000101010010001111010111010000010100001111001111000111110111101111010111010000010110000111001101010101010001001111010111010000010100010 | e58a91eba0a1e78fbdeba0b0e6aa89eba0a2 |
UHC | 劑렡珽렰檉렢 | 111100001010010110001110101100101110111111101010100011101011110111101111111000001000111010110011 | f0a58eb2efea8ebdefe08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)