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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鄙疲懇蓖ッB | 11100111101111111001010011100110100011011010011111100100111011011010111101000010 | e7bf94e68da7e4edaf42 |
EUC-JP | 鄙疲懇蓖ッB | 1110111011000001110010001110100010111010101010011110100011101111100011101010111101000010 | eec1c8e8baa9e8ef8eaf42 |
UTF-8 | 鄙疲懇蓖ッB | 11101001100001001001100111100111100101101011001011100110100001111000011111101000100100111001011011101111101111011010111101000010 | e98499e796b2e68787e89396efbdaf42 |
UHC | 鄙疲懇??B | 110111101010100111111001101010101100101011010000001111110011111101000010 | dea9f9aacad03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)