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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 劑嵌??B | 10011001100111011001101111000110001111110011111101000010 | 999d9bc63f3f42 |
EUC-JP | 劑嵌??B | 11010001111111011101011011001000001111110011111101000010 | d1fdd6c83f3f42 |
UTF-8 | 劑嵌렲렪B | 11100101100010101001000111100101101101011000110011101011101000001011001011101011101000001010101001000010 | e58a91e5b58ceba0b2eba0aa42 |
UHC | 劑嵌렲렪B | 111100001010010111001010111011101000111010111111100011101011100001000010 | f0a5caee8ebf8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)