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 | 繹?〕溢 | 11100011100010000011111110000001011011001000100011101100 | e3883f816c88ec |
EUC-JP | 繹?〕溢 | 11100101111010000011111110100001110011011011000011101110 | e5e83fa1cdb0ee |
UTF-8 | 繹먮〕溢 | 111001111011100110111001111010111010100010101110111000111000000010010101111001101011101010100010 | e7b9b9eba8aee38095e6baa2 |
UHC | 繹먮〕溢 | 1110011010111010100100001110101110100001101100111110110011101110 | e6ba90eba1b3ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)