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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 蓆凪揃ケF | 11100100111011001001001111100010100100011011010111111001111110111011100101000110 | e4ec93e291b5f9fbb946 |
EUC-JP | 蓆凪揃?ケF | 11101000111011101100011011100100110000101011011100111111100011101011100101000110 | e8eec6e4c2b73f8eb946 |
UTF-8 | 蓆凪揃ケF | 11101000100100111000011011100101100001111010101011100110100011111000001111101110100111011001011011101111101111011011100101000110 | e89386e587aae68f83ee9d96efbdb946 |
UHC | 蓆????F | 11100000101101100011111100111111001111110011111101000110 | e0b63f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)