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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 繹曜世~ | 11100011100010001001011101101010100100001010001001111110 | e388976a90a27e |
EUC-JP | 繹曜世~ | 11100101111010001100110111001011110000001010010001111110 | e5e8cdcbc0a47e |
UTF-8 | 繹曜世~ | 11100111101110011011100111100110100110111001110011100100101110001001011001111110 | e7b9b9e69b9ce4b8967e |
UHC | 繹曜世~ | 11100110101110101110100011111000111000011010011001111110 | e6bae8f8e1a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)