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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 蒟躯。梦、カ峵 | 1110010011100101100010111110101110100001100110101110101110100100101101101111101010101110 | e4e58beba19aeba4b6faae |
EUC-JP | 蒟躯。梦、カ? | 11101000111001111011011011101101100011101010000111010100111011011000111010100100100011101011011000111111 | e8e7b6ed8ea1d4ed8ea48eb63f |
UTF-8 | 蒟躯。梦、カ峵 | 111010001001001010011111111010001011101010101111111011111011110110100001111001101010001010100110111011111011110110100100111011111011110110110110111001011011001110110101 | e8929fe8baafefbda1e6a2a6efbda4efbdb6e5b3b5 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)