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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 闌俶尸遉コ^ | 11101000100011001001100011100110100110111001100111100111101001001011101001011110 | e88c98e69b99e7a4ba5e |
EUC-JP | 闌俶尸遉コ^ | 1110111111101100110100001110100011010101111110011110111010100110100011101011101001011110 | efecd0e8d5f9eea68eba5e |
UTF-8 | 闌俶尸遉コ^ | 11101001100101111000110011100100101111111011011011100101101100001011100011101001100000011000100111101111101111011011101001011110 | e9978ce4bfb6e5b0b8e98189efbdba5e |
UHC | ??尸??^ | 00111111001111111110001110111001001111110011111101011110 | 3f3fe3b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)