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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逶門槙逞樒 | 11100111100110111001011011100101100101101000101011100111100101111001111011100111 | e79b96e5968ae7979ee7 |
EUC-JP | 逶門槙逞樒 | 11101101111110111100110011100111110010111110101011101101111101111101110011101001 | edfbcce7cbeaedf7dce9 |
UTF-8 | 逶門槙逞樒 | 111010011000000010110110111010011001011010000000111001101010011110011001111010011000000010011110111001101010100010010010 | e980b6e99680e6a799e9809ee6a892 |
UHC | ?門?逞? | 00111111110110101010011000111111110101101100000100111111 | 3fdaa63fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)