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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ┃┴~ | 1000010010101011100001001010100001111110 | 84ab84a87e |
EUC-JP | ┃┴~ | 1010100010101101101010001010101001111110 | a8ada8aa7e |
UTF-8 | ┃┴~ | 11100010100101001000001111100010100101001011010001111110 | e29483e294b47e |
UHC | ┃┴~ | 1010011010101101101001101010101001111110 | a6ada6aa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)