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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諞屈諞屈B | 111001101000011010001011111111001110011010000110100010111111110001000010 | e6868bfce6868bfc42 |
EUC-JP | 諞屈諞屈B | 111010111110011010110110111111101110101111100110101101101111111001000010 | ebe6b6feebe6b6fe42 |
UTF-8 | 諞屈諞屈B | 11101000101010111001111011100101101100011000100011101000101010111001111011100101101100011000100001000010 | e8ab9ee5b188e8ab9ee5b18842 |
UHC | ?屈?屈B | 00111111110011111101110100111111110011111101110101000010 | 3fcfdd3fcfdd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)