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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鏥擘黯 | 111010000101010010011101101001001110101001111110 | e8549da4ea7e |
EUC-JP | 鏥擘黯 | 111011111011010111011010101001101111001111011111 | efb5daa6f3df |
UTF-8 | 鏥擘黯 | 111010011000111110100101111001101001001110011000111010011011101110101111 | e98fa5e69398e9bbaf |
UHC | ?擘? | 00111111110110111111101100111111 | 3fdbfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)